Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/
H A Davc.c63 struct list_head xpd_list; /* list of extended_perms_decision */ member
190 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup()
246 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free()
247 list_del(&xpd_node->xpd_list); in avc_xperms_free()
337 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision()
370 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate()
375 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate()