Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/security/selinux/ss/
H A Dconditional.c275 if (avtab_search_node(&p->te_avtab, k)) { in cond_insertf()
288 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
307 if (avtab_search_node(&p->te_cond_avtab, k)) { in cond_insertf()
565 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms()
582 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
H A Davtab.h117 struct avtab_node *avtab_search_node(struct avtab *h,
H A Davtab.c186 struct avtab_node *avtab_search_node(struct avtab *h, in avtab_search_node() function
H A Dservices.c655 for (node = avtab_search_node(&policydb->te_avtab, in context_struct_compute_av()
1066 for (node = avtab_search_node(&policydb->te_avtab, in security_compute_xperms_decision()
1817 avnode = avtab_search_node(&policydb->te_avtab, &avkey); in security_compute_sid()
1821 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Davtab.h110 struct avtab_node *avtab_search_node(struct avtab *h, struct avtab_key *key);
H A Dconditional.c287 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
564 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms()
583 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
H A Davtab.c217 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node() function
H A Dservices.c663 for (node = avtab_search_node(&policydb->te_avtab, in context_struct_compute_av()
1081 for (node = avtab_search_node(&policydb->te_avtab, in security_compute_xperms_decision()
1845 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()

Completed in 15 milliseconds