Searched refs:xfrm_audit_policy_delete (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | xfrm.h | 700 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 720 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_policy.c | 1771 xfrm_audit_policy_delete(pol, 0, task_valid); in xfrm_policy_flush_secctx_check() 1807 xfrm_audit_policy_delete(pol, 1, task_valid); in xfrm_policy_flush() 4260 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() function 4273 EXPORT_SYMBOL_GPL(xfrm_audit_policy_delete);
|
| H A D | xfrm_user.c | 1970 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in xfrm_get_policy() 2267 xfrm_audit_policy_delete(xp, 1, true); in xfrm_add_pol_expire()
|
| /OK3568_Linux_fs/kernel/net/key/ |
| H A D | af_key.c | 2420 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spddelete() 2670 xfrm_audit_policy_delete(xp, err ? 0 : 1, true); in pfkey_spdget()
|