Lines Matching refs:secid

2794 void security_cred_getsecid(const struct cred *c, u32 *secid)  in security_cred_getsecid()  argument
2796 *secid = 0; in security_cred_getsecid()
2797 call_void_hook(cred_getsecid, c, secid); in security_cred_getsecid()
2826 int security_kernel_act_as(struct cred *new, u32 secid) in security_kernel_act_as() argument
2828 return call_int_hook(kernel_act_as, new, secid); in security_kernel_act_as()
3827 int security_secid_to_secctx(u32 secid, struct lsm_context *cp) in security_secid_to_secctx() argument
3829 return call_int_hook(secid_to_secctx, secid, cp); in security_secid_to_secctx()
3875 int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid) in security_secctx_to_secid() argument
3877 *secid = 0; in security_secctx_to_secid()
3878 return call_int_hook(secctx_to_secid, secdata, seclen, secid); in security_secctx_to_secid()
4358 struct sk_buff *skb, u32 *secid) in security_socket_getpeersec_dgram() argument
4360 return call_int_hook(socket_getpeersec_dgram, sock, skb, secid); in security_socket_getpeersec_dgram()
4520 int security_secmark_relabel_packet(u32 secid) in security_secmark_relabel_packet() argument
4522 return call_int_hook(secmark_relabel_packet, secid); in security_secmark_relabel_packet()
4898 struct xfrm_sec_ctx *polsec, u32 secid) in security_xfrm_state_alloc_acquire() argument
4900 return call_int_hook(xfrm_state_alloc_acquire, x, polsec, secid); in security_xfrm_state_alloc_acquire()
4987 int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid) in security_xfrm_decode_session() argument
4989 return call_int_hook(xfrm_decode_session, skb, secid, 1); in security_xfrm_decode_session()