Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1647 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
1666 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2343 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function
2349 EXPORT_SYMBOL(security_xfrm_policy_alloc);
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_user.c1499 return security_xfrm_policy_alloc(&pol->security, uctx, GFP_KERNEL); in copy_from_user_sec_ctx()
1948 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_get_policy()
2250 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_add_pol_expire()
/OK3568_Linux_fs/kernel/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()