Home
last modified time | relevance | path

Searched refs:xfrm_state_alloc (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/net/ipv4/
Dipcomp.c62 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
/linux-6.6.21/net/ipv6/
Dipcomp6.c79 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
/linux-6.6.21/net/xfrm/
Dxfrm_state.c655 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function
684 EXPORT_SYMBOL(xfrm_state_alloc);
1248 x = xfrm_state_alloc(net); in xfrm_state_find()
1523 x = xfrm_state_alloc(net); in __find_acq_core()
1660 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_clone()
Dxfrm_user.c685 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct()
2714 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_add_acquire()
/linux-6.6.21/include/linux/
Dlsm_hook_defs.h368 LSM_HOOK(int, 0, xfrm_state_alloc, struct xfrm_state *x,
/linux-6.6.21/include/net/
Dxfrm.h1564 struct xfrm_state *xfrm_state_alloc(struct net *net);
/linux-6.6.21/security/
Dsecurity.c4925 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx); in security_xfrm_state_alloc()
/linux-6.6.21/net/key/
Daf_key.c1122 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
/linux-6.6.21/security/selinux/
Dhooks.c7258 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),