Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dipcomp6.c90 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
/linux-4.4.14/net/ipv4/
Dipcomp.c65 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
/linux-4.4.14/include/linux/
Dlsm_hooks.h1583 int (*xfrm_state_alloc)(struct xfrm_state *x, member
1807 struct list_head xfrm_state_alloc; member
/linux-4.4.14/net/xfrm/
Dxfrm_state.c468 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function
499 EXPORT_SYMBOL(xfrm_state_alloc);
834 x = xfrm_state_alloc(net); in xfrm_state_find()
1033 x = xfrm_state_alloc(net); in __find_acq_core()
1140 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_clone()
Dxfrm_user.c533 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_state_construct()
2108 struct xfrm_state *x = xfrm_state_alloc(net); in xfrm_add_acquire()
/linux-4.4.14/security/
Dsecurity.c1423 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx); in security_xfrm_state_alloc()
1852 .xfrm_state_alloc =
1853 LIST_HEAD_INIT(security_hook_heads.xfrm_state_alloc),
/linux-4.4.14/include/net/
Dxfrm.h1441 struct xfrm_state *xfrm_state_alloc(struct net *net);
/linux-4.4.14/net/key/
Daf_key.c1094 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
/linux-4.4.14/security/selinux/
Dhooks.c6044 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),