Home
last modified time | relevance | path

Searched refs:security_xfrm_policy_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsecurity.h1961 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
1980 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function
/linux/security/
H A Dsecurity.c5312 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function
5318 EXPORT_SYMBOL(security_xfrm_policy_alloc);
/linux/net/key/
H A Daf_key.c2307 err = security_xfrm_policy_alloc(&xp->security, uctx, GFP_KERNEL); in pfkey_spdadd()
2407 err = security_xfrm_policy_alloc(&pol_ctx, uctx, GFP_KERNEL); in pfkey_spddelete()
3338 *dir = security_xfrm_policy_alloc(&xp->security, uctx, GFP_ATOMIC); in pfkey_compile_policy()
/linux/net/xfrm/
H A Dxfrm_user.c2012 return security_xfrm_policy_alloc(&pol->security, uctx, GFP_KERNEL); in copy_from_user_sec_ctx()
2590 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_get_policy()
2914 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_add_pol_expire()