dest_xpd 329 security/selinux/avc.c struct avc_xperms_decision_node *dest_xpd; dest_xpd 332 security/selinux/avc.c dest_xpd = avc_xperms_decision_alloc(src->used); dest_xpd 333 security/selinux/avc.c if (!dest_xpd) dest_xpd 335 security/selinux/avc.c avc_copy_xperms_decision(&dest_xpd->xpd, src); dest_xpd 336 security/selinux/avc.c list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); dest_xpd 355 security/selinux/avc.c struct avc_xperms_decision_node *dest_xpd; dest_xpd 369 security/selinux/avc.c dest_xpd = avc_xperms_decision_alloc(src_xpd->xpd.used); dest_xpd 370 security/selinux/avc.c if (!dest_xpd) dest_xpd 372 security/selinux/avc.c avc_copy_xperms_decision(&dest_xpd->xpd, &src_xpd->xpd); dest_xpd 373 security/selinux/avc.c list_add(&dest_xpd->xpd_list, &dest->xpd_head);