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

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

Completed in 178 milliseconds