Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dipcomp6.c79 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
/Linux-v5.4/net/ipv4/
Dipcomp.c61 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
/Linux-v5.4/include/linux/
Dlsm_hooks.h1777 int (*xfrm_state_alloc)(struct xfrm_state *x, member
2033 struct hlist_head xfrm_state_alloc; member
/Linux-v5.4/net/xfrm/
Dxfrm_state.c611 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function
639 EXPORT_SYMBOL(xfrm_state_alloc);
1114 x = xfrm_state_alloc(net); in xfrm_state_find()
1334 x = xfrm_state_alloc(net); in __find_acq_core()
1445 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_clone()
Dxfrm_user.c574 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct()
2267 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_add_acquire()
/Linux-v5.4/include/net/
Dxfrm.h1476 struct xfrm_state *xfrm_state_alloc(struct net *net);
/Linux-v5.4/security/
Dsecurity.c2255 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx); in security_xfrm_state_alloc()
/Linux-v5.4/net/key/
Daf_key.c1126 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
/Linux-v5.4/security/selinux/
Dhooks.c6999 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),