Searched refs:xpd_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 68 struct list_head xpd_head; /* list head of extended_perms_decision */ member 192 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup() 248 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free() 340 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision() 351 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_xperms_alloc() 372 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate() 377 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate() 1009 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_compute_av()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 68 struct list_head xpd_head; /* list head of extended_perms_decision */ member 190 list_for_each_entry(xpd_node, &xp_node->xpd_head, xpd_list) { in avc_xperms_decision_lookup() 246 list_for_each_entry_safe(xpd_node, tmp, &xp_node->xpd_head, xpd_list) { in avc_xperms_free() 338 list_add(&dest_xpd->xpd_list, &node->ae.xp_node->xpd_head); in avc_add_xperms_decision() 349 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_xperms_alloc() 370 list_for_each_entry(src_xpd, &src->xpd_head, xpd_list) { in avc_xperms_populate() 375 list_add(&dest_xpd->xpd_list, &dest->xpd_head); in avc_xperms_populate() 989 INIT_LIST_HEAD(&xp_node->xpd_head); in avc_compute_av()
|
Completed in 5 milliseconds