Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/
Davc.c60 struct list_head xpd_list; /* list of extended_perms_decision */ member
189 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup()
245 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free()
246 list_del(&xpd_node->xpd_list); in avc_xperms_free()
336 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision()
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()