Searched refs:proc_net_operations (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | internal.h | 240 extern const struct file_operations proc_net_operations;
|
H A D | proc_net.c | 329 const struct file_operations proc_net_operations = { variable
|
H A D | base.c | 3407 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3769 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | internal.h | 235 extern const struct file_operations proc_net_operations;
|
H A D | proc_net.c | 341 const struct file_operations proc_net_operations = { variable
|
H A D | base.c | 3435 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations), 3798 DIR("net", S_IRUGO|S_IXUGO, proc_net_inode_operations, proc_net_operations),
|
Completed in 13 milliseconds