xfrm_state_alloc
LSM_HOOK(int, 0, xfrm_state_alloc, struct xfrm_state *x,
struct xfrm_state *xfrm_state_alloc(struct net *net);
t = xfrm_state_alloc(net);
t = xfrm_state_alloc(net);
x = xfrm_state_alloc(net);
x = xfrm_state_alloc(net);
x = xfrm_state_alloc(net);
struct xfrm_state *x = xfrm_state_alloc(net);
EXPORT_SYMBOL(xfrm_state_alloc);
struct xfrm_state *x = xfrm_state_alloc(net);
struct xfrm_state *x = xfrm_state_alloc(net);
return call_int_hook(xfrm_state_alloc, x, sec_ctx);
LSM_HOOK_INIT(xfrm_state_alloc, selinux_xfrm_state_alloc),