Searched refs:xfrm_audit_policy_delete (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 907 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check() 920 xfrm_audit_policy_delete(pol, 0, in xfrm_policy_flush_secctx_check() 960 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush() 979 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush() 3012 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function 3025 EXPORT_SYMBOL_GPL(xfrm_audit_policy_delete);
|
D | xfrm_user.c | 1905 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in xfrm_get_policy() 2200 xfrm_audit_policy_delete(xp, 1, true); in xfrm_add_pol_expire()
|
/Linux-v4.19/include/net/ |
D | xfrm.h | 771 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 791 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function
|
/Linux-v4.19/net/key/ |
D | af_key.c | 2424 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spddelete() 2672 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spdget()
|