Searched refs:security_xfrm_policy_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | security.h | 1947 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, 1966 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function
|
| /linux-6.15/security/ |
| H A D | security.c | 5282 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, in security_xfrm_policy_alloc() function 5288 EXPORT_SYMBOL(security_xfrm_policy_alloc);
|
| /linux-6.15/net/key/ |
| H A D | af_key.c | 2307 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-6.15/net/xfrm/ |
| H A D | xfrm_user.c | 1979 return security_xfrm_policy_alloc(&pol->security, uctx, GFP_KERNEL); in copy_from_user_sec_ctx() 2557 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_get_policy() 2881 err = security_xfrm_policy_alloc(&ctx, uctx, GFP_KERNEL); in xfrm_add_pol_expire()
|