Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\proc.c Create Date:2022-07-28 18:25:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:proc_keys_next

Proto:static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos)

Type:void

Parameter:

TypeParameterName
struct seq_file *p
void *v
loff_t *_pos
139  n = Implement "/proc/keys" to provide a list of the keys on the system that* grant View permission to the caller.
140  If n Then _pos = key_node_serial(n)
142  Return n