Searched refs:tomoyo_namespace_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | gc.c | 543 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()
|
H A D | common.c | 336 LIST_HEAD(tomoyo_namespace_list); variable 358 tomoyo_namespace_enabled = !list_empty(&tomoyo_namespace_list); in tomoyo_init_policy_namespace() 359 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list); in tomoyo_init_policy_namespace() 2552 if (!ns || (head->r.eof && ns->next != &tomoyo_namespace_list)) { in tomoyo_set_namespace_cursor() 2555 head->r.ns = ns ? ns->next : tomoyo_namespace_list.next; in tomoyo_set_namespace_cursor() 2570 head->r.ns->next != &tomoyo_namespace_list; in tomoyo_has_more_namespace()
|
H A D | domain.c | 443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
|
H A D | common.h | 911 /* List for connecting to tomoyo_namespace_list list. */ 1093 extern struct list_head tomoyo_namespace_list;
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | gc.c | 543 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()
|
H A D | common.c | 328 LIST_HEAD(tomoyo_namespace_list); variable 350 tomoyo_namespace_enabled = !list_empty(&tomoyo_namespace_list); in tomoyo_init_policy_namespace() 351 list_add_tail_rcu(&ns->namespace_list, &tomoyo_namespace_list); in tomoyo_init_policy_namespace() 2544 if (!ns || (head->r.eof && ns->next != &tomoyo_namespace_list)) { in tomoyo_set_namespace_cursor() 2547 head->r.ns = ns ? ns->next : tomoyo_namespace_list.next; in tomoyo_set_namespace_cursor() 2562 head->r.ns->next != &tomoyo_namespace_list; in tomoyo_has_more_namespace()
|
H A D | domain.c | 443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
|
H A D | common.h | 911 /* List for connecting to tomoyo_namespace_list list. */ 1090 extern struct list_head tomoyo_namespace_list;
|
Completed in 18 milliseconds