Home
last modified time | relevance | path

Searched refs:tomoyo_namespace_list (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A 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()
H A Dcommon.c336 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 Ddomain.c443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
H A Dcommon.h911 /* 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 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()
H A Dcommon.c328 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 Ddomain.c443 list_for_each_entry(ns, &tomoyo_namespace_list, namespace_list) { in tomoyo_find_namespace()
H A Dcommon.h911 /* List for connecting to tomoyo_namespace_list list. */
1090 extern struct list_head tomoyo_namespace_list;

Completed in 18 milliseconds