xpd_head           65 security/selinux/avc.c 	struct list_head xpd_head; /* list head of extended_perms_decision */
xpd_head          189 security/selinux/avc.c 	list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) {
xpd_head          245 security/selinux/avc.c 	list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) {
xpd_head          336 security/selinux/avc.c 	list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head);
xpd_head          347 security/selinux/avc.c 	INIT_LIST_HEAD(&xp_node->xpd_head);
xpd_head          368 security/selinux/avc.c 	list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) {
xpd_head          373 security/selinux/avc.c 		list_add(&dest_xpd->xpd_list, &dest->xpd_head);
xpd_head         1001 security/selinux/avc.c 	INIT_LIST_HEAD(&xp_node->xpd_head);