Lines Matching refs:secid

3272 void security_cred_getsecid(const struct cred *c, u32 *secid)  in security_cred_getsecid()  argument
3274 *secid = 0; in security_cred_getsecid()
3275 call_void_hook(cred_getsecid, c, secid); in security_cred_getsecid()
3304 int security_kernel_act_as(struct cred *new, u32 secid) in security_kernel_act_as() argument
3306 return call_int_hook(kernel_act_as, new, secid); in security_kernel_act_as()
4323 int security_secid_to_secctx(u32 secid, struct lsm_context *cp) in security_secid_to_secctx() argument
4325 return call_int_hook(secid_to_secctx, secid, cp); in security_secid_to_secctx()
4357 int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid) in security_secctx_to_secid() argument
4359 *secid = 0; in security_secctx_to_secid()
4360 return call_int_hook(secctx_to_secid, secdata, seclen, secid); in security_secctx_to_secid()
4822 struct sk_buff *skb, u32 *secid) in security_socket_getpeersec_dgram() argument
4824 return call_int_hook(socket_getpeersec_dgram, sock, skb, secid); in security_socket_getpeersec_dgram()
4984 int security_secmark_relabel_packet(u32 secid) in security_secmark_relabel_packet() argument
4986 return call_int_hook(secmark_relabel_packet, secid); in security_secmark_relabel_packet()
5362 struct xfrm_sec_ctx *polsec, u32 secid) in security_xfrm_state_alloc_acquire() argument
5364 return call_int_hook(xfrm_state_alloc_acquire, x, polsec, secid); in security_xfrm_state_alloc_acquire()
5451 int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid) in security_xfrm_decode_session() argument
5453 return call_int_hook(xfrm_decode_session, skb, secid, 1); in security_xfrm_decode_session()