Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsysctl.h139 struct ctl_table_set *set;
150 struct ctl_table_set { struct
151 int (*is_seen)(struct ctl_table_set *); argument
156 struct ctl_table_set default_set; argument
157 struct ctl_table_set *(*lookup)(struct ctl_table_root *root,
171 extern void setup_sysctl_set(struct ctl_table_set *p,
173 int (*is_seen)(struct ctl_table_set *));
174 extern void retire_sysctl_set(struct ctl_table_set *set);
178 struct ctl_table_set *set,
181 struct ctl_table_set *set,
[all …]
/linux-4.4.14/net/
Dsysctl_net.c29 static struct ctl_table_set *
35 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux-4.4.14/fs/proc/
Dproc_sysctl.c180 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
321 static struct ctl_table_set *
324 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
823 struct ctl_table_set *set = p->set; in sysctl_is_seen()
876 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
917 struct ctl_table_set *set = dir->header.set; in get_subdir()
964 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
982 struct ctl_table_set *set; in sysctl_follow_link()
1130 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1212 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/linux-4.4.14/include/net/
Dnet_namespace.h72 struct ctl_table_set sysctls;