函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\smack\smackfs.c Create Date:2022-07-27 20:56:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:smk_seq_next

函数原型:static void *smk_seq_next(struct seq_file *s, void *v, loff_t *pos, struct list_head *head)

返回类型:void

参数:

类型参数名称
struct seq_file *s
void *v
loff_t *pos
struct list_head *head
551  list等于v
553  pos先自加
554  list等于cu_dereference() - fetch RCU-protected pointer for dereferencing*@p: The pointer to read, prior to dereferencing* This is a simple wrapper around rcu_dereference_check().(urn the ->next pointer of a list_head in an rcu safe* way, we must not access it directly(list))
556  返回:如果list恒等于headNULL否则list
调用者
名称描述
load2_seq_next
cipso_seq_next
net4addr_seq_next
net6addr_seq_next
onlycap_seq_next
load_self_seq_next
load_self2_seq_next
relabel_self_seq_next