Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Davc.c68 struct list_head xpd_head; /* list head of extended_perms_decision */ member
183 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup()
241 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free()
334 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision()
346 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_xperms_alloc()
368 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate()
373 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate()
991 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_compute_av()