Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/
Davc.c63 struct list_head xpd_list; /* list of extended_perms_decision */ member
261 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup()
317 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free()
318 list_del(&xpd_node->xpd_list); in avc_xperms_free()
408 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision()
440 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate()
445 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate()