Home
last modified time | relevance | path

Searched refs:ctl_table_set (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dsysctl.h146 struct ctl_table_set *set;
158 struct ctl_table_set { struct
159 int (*is_seen)(struct ctl_table_set *); argument
164 struct ctl_table_set default_set; argument
165 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
181 extern void setup_sysctl_set(struct ctl_table_set *p,
183 int (*is_seen)(struct ctl_table_set *));
184 extern void retire_sysctl_set(struct ctl_table_set *set);
187 struct ctl_table_set *set,
190 struct ctl_table_set *set,
[all …]
Duser_namespace.h88 struct ctl_table_set set;
/kernel/linux/linux-5.10/net/
Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/kernel/linux/linux-5.10/fs/proc/
Dproc_sysctl.c190 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
328 static struct ctl_table_set *
331 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
895 struct ctl_table_set *set = p->set; in sysctl_is_seen()
948 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
989 struct ctl_table_set *set = dir->header.set; in get_subdir()
1036 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1054 struct ctl_table_set *set; in sysctl_follow_link()
1225 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1307 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/kernel/linux/linux-5.10/kernel/
Ducount.c23 static struct ctl_table_set *
29 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/kernel/linux/linux-5.10/include/net/
Dnet_namespace.h102 struct ctl_table_set sysctls;