diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xfrm.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index f699cdcab406..e4765413cf80 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -398,8 +398,13 @@ struct xfrm_audit | |||
398 | uid_t loginuid; | 398 | uid_t loginuid; |
399 | u32 secid; | 399 | u32 secid; |
400 | }; | 400 | }; |
401 | void xfrm_audit_log(uid_t auid, u32 secid, int type, int result, | 401 | |
402 | #ifdef CONFIG_AUDITSYSCALL | ||
403 | extern void xfrm_audit_log(uid_t auid, u32 secid, int type, int result, | ||
402 | struct xfrm_policy *xp, struct xfrm_state *x); | 404 | struct xfrm_policy *xp, struct xfrm_state *x); |
405 | #else | ||
406 | #define xfrm_audit_log(a,s,t,r,p,x) do { ; } while (0) | ||
407 | #endif /* CONFIG_AUDITSYSCALL */ | ||
403 | 408 | ||
404 | static inline void xfrm_pol_hold(struct xfrm_policy *policy) | 409 | static inline void xfrm_pol_hold(struct xfrm_policy *policy) |
405 | { | 410 | { |