Searched refs:xp (Results 1 – 4 of 4) sorted by relevance
| /security/selinux/ |
| A D | avc.c | 67 struct extended_perms xp; member 213 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm() 214 xp_node->xp.base_perms |= base_perm; in avc_xperms_allow_perm() 335 node->ae.xp_node->xp.len++; in avc_add_xperms_decision() 357 if (src->xp.len == 0) in avc_xperms_populate() 363 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate() 364 dest->xp.len = src->xp.len; in avc_xperms_populate() 365 dest->xp.base_perms = src->xp.base_perms; in avc_xperms_populate() 992 security_compute_av(ssid, tsid, tclass, avd, &xp_node->xp); in avc_compute_av() 1049 if (!xp_node || !xp_node->xp.len) in avc_has_extended_perms() [all …]
|
| A D | xfrm.c | 171 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match() argument 177 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
|
| /security/selinux/include/ |
| A D | xfrm.h | 30 struct xfrm_policy *xp,
|
| /security/ |
| A D | security.c | 5450 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument 5466 rc = scall->hl->hook.xfrm_state_pol_flow_match(x, xp, flic); in security_xfrm_state_pol_flow_match()
|
Completed in 16 milliseconds