Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dsysctl_check.c1339 static struct ctl_table *sysctl_check_lookup(struct nsproxy *namespaces, in sysctl_check_lookup() argument
1348 for (head = __sysctl_head_next(namespaces, NULL); head; in sysctl_check_lookup()
1349 head = __sysctl_head_next(namespaces, head)) { in sysctl_check_lookup()
1394 static int sysctl_check_dir(struct nsproxy *namespaces, in sysctl_check_dir() argument
1401 ref = sysctl_check_lookup(namespaces, table); in sysctl_check_dir()
1426 static void sysctl_check_leaf(struct nsproxy *namespaces, in sysctl_check_leaf() argument
1431 ref = sysctl_check_lookup(namespaces, table); in sysctl_check_leaf()
1455 int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table) in sysctl_check_table() argument
1485 if (sysctl_check_dir(namespaces, table)) in sysctl_check_table()
1531 sysctl_check_leaf(namespaces, table, &fail); in sysctl_check_table()
[all …]
Dsysctl.c1542 lookup_header_set(struct ctl_table_root *root, struct nsproxy *namespaces) in lookup_header_set() argument
1546 set = root->lookup(root, namespaces); in lookup_header_set()
1551 lookup_header_list(struct ctl_table_root *root, struct nsproxy *namespaces) in lookup_header_list() argument
1553 struct ctl_table_set *set = lookup_header_set(root, namespaces); in lookup_header_list()
1557 struct ctl_table_header *__sysctl_head_next(struct nsproxy *namespaces, in __sysctl_head_next() argument
1583 header_list = lookup_header_list(root, namespaces); in __sysctl_head_next()
1592 header_list = lookup_header_list(root, namespaces); in __sysctl_head_next()
1906 struct nsproxy *namespaces, in __register_sysctl_paths() argument
1956 if (sysctl_check_table(namespaces, header->ctl_table)) { in __register_sysctl_paths()
1962 header->set = lookup_header_set(root, namespaces); in __register_sysctl_paths()