Home
last modified time | relevance | path

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

/security/selinux/
Davc.c64 struct extended_perms xp; member
218 security_xperm_set(xp_node->xp.drivers.p, driver); in avc_xperms_allow_perm()
331 node->ae.xp_node->xp.len++; in avc_add_xperms_decision()
358 if (src->xp.len == 0) in avc_xperms_populate()
364 memcpy(dest->xp.drivers.p, src->xp.drivers.p, sizeof(dest->xp.drivers.p)); in avc_xperms_populate()
365 dest->xp.len = src->xp.len; in avc_xperms_populate()
1018 security_compute_av(state, ssid, tsid, tclass, avd, &xp_node->xp); in avc_compute_av()
1078 if (!xp_node || !xp_node->xp.len) in avc_has_extended_perms()
1091 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
182 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
/security/selinux/include/
Dxfrm.h28 struct xfrm_policy *xp,
/security/
Dsecurity.c2283 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument
2300 rc = hp->hook.xfrm_state_pol_flow_match(x, xp, fl); in security_xfrm_state_pol_flow_match()