Searched refs:xfrm_state_alloc (Results 1 – 9 of 9) sorted by relevance
62 t = xfrm_state_alloc(net); in ipcomp_tunnel_create()
79 t = xfrm_state_alloc(net); in ipcomp6_tunnel_create()
657 struct xfrm_state *xfrm_state_alloc(struct net *net) in xfrm_state_alloc() function686 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()
689 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()
368 LSM_HOOK(int, 0, xfrm_state_alloc, struct xfrm_state *x,
1575 struct xfrm_state *xfrm_state_alloc(struct net *net);
4925 return call_int_hook(xfrm_state_alloc, 0, x, sec_ctx); in security_xfrm_state_alloc()
1122 x = xfrm_state_alloc(net); in pfkey_msg2xfrm_state()
7268 LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),