Searched refs:ctx_sid (Results 1 - 3 of 3) sorted by relevance

/linux-master/security/selinux/
H A Dxfrm.c102 &ctx->ctx_sid, gfp);
106 rc = avc_has_perm(tsec->sid, ctx->ctx_sid,
142 return avc_has_perm(tsec->sid, ctx->ctx_sid,
164 rc = avc_has_perm(fl_secid, ctx->ctx_sid,
196 state_sid = x->security->ctx_sid;
221 return x->security->ctx_sid;
239 sid_session = ctx->ctx_sid;
242 } else if (sid_session != ctx->ctx_sid) {
368 ctx->ctx_sid = secid;
415 peer_sid = ctx->ctx_sid;
[all...]
/linux-master/include/uapi/linux/
H A Dxfrm.h36 __u32 ctx_sid; member in struct:xfrm_sec_ctx
/linux-master/include/net/
H A Dxfrm.h928 (s1->ctx_sid == s2->ctx_sid) &&

Completed in 102 milliseconds