Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dipcomp.c63 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
/linux/net/ipv6/
H A Dipcomp6.c80 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
/linux/net/xfrm/
H A Dxfrm_state.c731 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function
763 EXPORT_SYMBOL(xfrm_state_alloc);
1514 x = xfrm_state_alloc(net); in xfrm_state_find()
1832 x = xfrm_state_alloc(net); in __find_acq_core()
1973 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_clone_and_setup()
H A Dxfrm_user.c898 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct()
3009 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_add_acquire()
/linux/security/
H A Dsecurity.c5004 return call_int_hook(xfrm_state_alloc, x, sec_ctx); in security_xfrm_state_alloc()
/linux/net/key/
H A Daf_key.c1138 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
/linux/security/selinux/
H A Dhooks.c7803 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),