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

/linux-master/security/selinux/
H A Davc.c358 struct avc_xperms_decision_node *src_xpd; local
370 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) {
371 dest_xpd = avc_xperms_decision_alloc(src_xpd->xpd.used);
374 avc_copy_xperms_decision(&dest_xpd->xpd, &src_xpd->xpd);

Completed in 126 milliseconds