Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsysctl.h144 struct ctl_table_set *set;
156 struct ctl_table_set { struct
157 int (*is_seen)(struct ctl_table_set *); argument
162 struct ctl_table_set default_set; argument
163 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
179 extern void setup_sysctl_set(struct ctl_table_set *p,
181 int (*is_seen)(struct ctl_table_set *));
182 extern void retire_sysctl_set(struct ctl_table_set *set);
185 struct ctl_table_set *set,
188 struct ctl_table_set *set,
[all …]
Duser_namespace.h85 struct ctl_table_set set;
/Linux-v5.10/net/
Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/Linux-v5.10/fs/proc/
Dproc_sysctl.c189 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
327 static struct ctl_table_set *
330 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
894 struct ctl_table_set *set = p->set; in sysctl_is_seen()
947 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
988 struct ctl_table_set *set = dir->header.set; in get_subdir()
1035 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1053 struct ctl_table_set *set; in sysctl_follow_link()
1218 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1300 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/Linux-v5.10/kernel/
Ducount.c23 static struct ctl_table_set *
29 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/Linux-v5.10/include/net/
Dnet_namespace.h99 struct ctl_table_set sysctls;