Home
last modified time | relevance | path

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

/security/selinux/
Davc.c67 struct extended_perms xp; member
270 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm()
383 node->ae.xp_node->xp.len++; in avc_add_xperms_decision()
410 if (src->xp.len == 0) in avc_xperms_populate()
416 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate()
417 dest->xp.len = src->xp.len; in avc_xperms_populate()
972 security_compute_av(ssid, tsid, tclass, avd, &xp_node->xp); in avc_compute_av()
1028 if (!xp_node || !xp_node->xp.len) in avc_has_extended_perms()
1041 if (!security_xperm_test(xp_node->xp.drivers.p, driver)) { in avc_has_extended_perms()
Dxfrm.c176 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match() argument
181 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
/security/selinux/include/
Dxfrm.h28 struct xfrm_policy *xp,
/security/
Dsecurity.c1627 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument
1644 rc = hp->hook.xfrm_state_pol_flow_match(x, xp, fl); in security_xfrm_state_pol_flow_match()