Home
last modified time | relevance | path

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

/security/tomoyo/
Dgc.c543 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_collect_entry()
561 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_collect_entry()
Dcommon.c350 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list); in tomoyo_init_policy_namespace()
367 namespace_list)->name); in tomoyo_print_namespace()
739 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_profile()
1791 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_group()
1850 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_policy()
1910 container_of(head->r.ns, typeof(*ns), namespace_list); in tomoyo_read_exception()
Ddomain.c443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
Dcommon.h912 struct list_head namespace_list; member