Home
last modified time | relevance | path

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

/linux-6.1.9/security/selinux/
Davc.c63 struct list_head xpd_list; /* list of extended_perms_decision */ member
192 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup()
248 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free()
249 list_del(&xpd_node->xpd_list); in avc_xperms_free()
340 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision()
372 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate()
377 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate()