Searched refs:xfrm_audit_policy_delete (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 1794 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check() 1816 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_dev_policy_flush_secctx_check() 1861 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush() 1901 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_dev_policy_flush() 4342 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function 4355 EXPORT_SYMBOL_GPL(xfrm_audit_policy_delete);
|
H A D | xfrm_user.c | 2357 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in xfrm_get_policy() 2663 xfrm_audit_policy_delete(xp, 1, true); in xfrm_add_pol_expire()
|
/openbmc/linux/include/net/ |
H A D | xfrm.h | 731 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 751 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function
|
/openbmc/linux/net/key/ |
H A D | af_key.c | 2419 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spddelete() 2669 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spdget()
|