Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\smack\smackfs.c Create Date:2022-07-28 19:26:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:load_seq_show

Proto:static int load_seq_show(struct seq_file *s, void *v)

Type:int

Parameter:

TypeParameterName
struct seq_file *s
void *v
619  list = v
621  skp = list_entry_rcu - get the struct for this entry*@ptr: the &struct list_head pointer(list, structsmack_known, list)
624  list_for_each_entry_rcu - iterate over rcu list of given type*@pos: the type * to use as a loop cursor.*@head: the head for your list.*@member: the name of the list_head within the struct.(srp, & access rules , list)
625  smk_rule_show(s, srp, Smack labels were limited to 23 characters for a long time.)
627  Return 0