Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dipcomp.c62 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
/openbmc/linux/net/ipv6/
H A Dipcomp6.c79 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
/openbmc/linux/net/xfrm/
H A Dxfrm_state.c657 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function
686 EXPORT_SYMBOL(xfrm_state_alloc);
1306 x = xfrm_state_alloc(net); in xfrm_state_find()
1580 x = xfrm_state_alloc(net); in __find_acq_core()
1717 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_clone()
H A Dxfrm_user.c689 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct()
2722 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_add_acquire()
/openbmc/linux/include/linux/
H A Dlsm_hook_defs.h368 LSM_HOOK(int, 0, xfrm_state_alloc, struct xfrm_state *x,
/openbmc/linux/include/net/
H A Dxfrm.h1575 struct xfrm_state *xfrm_state_alloc(struct net *net);
/openbmc/linux/security/
H A Dsecurity.c4925 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx); in security_xfrm_state_alloc()
/openbmc/linux/net/key/
H A Daf_key.c1122 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
/openbmc/linux/security/selinux/
H A Dhooks.c7268 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),