Home
last modified time | relevance | path

Searched refs:xp (Results 1 – 4 of 4) sorted by relevance

/security/selinux/
Davc.c70 struct extended_perms xp; member
224 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm()
338 node->ae.xp_node->xp.len++; in avc_add_xperms_decision()
365 if (src->xp.len == 0) in avc_xperms_populate()
371 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate()
372 dest->xp.len = src->xp.len; in avc_xperms_populate()
1007 security_compute_av(state, ssid, tsid, tclass, avd, &xp_node->xp); in avc_compute_av()
1067 if (!xp_node || !xp_node->xp.len) in avc_has_extended_perms()
1080 if (!security_xperm_test(xp_node->xp.drivers.p, driver)) { in avc_has_extended_perms()
Dxfrm.c177 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match() argument
183 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
/security/selinux/include/
Dxfrm.h28 struct xfrm_policy *xp,
/security/
Dsecurity.c2523 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument
2540 rc = hp->hook.xfrm_state_pol_flow_match(x, xp, flic); in security_xfrm_state_pol_flow_match()