diff options
Diffstat (limited to 'net/xfrm/xfrm_state.c')
-rw-r--r-- | net/xfrm/xfrm_state.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 65f5ea4ae4c1..2585e4b0d27f 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c | |||
@@ -2010,8 +2010,8 @@ void __init xfrm_state_init(void) | |||
2010 | } | 2010 | } |
2011 | 2011 | ||
2012 | #ifdef CONFIG_AUDITSYSCALL | 2012 | #ifdef CONFIG_AUDITSYSCALL |
2013 | static inline void xfrm_audit_helper_sainfo(struct xfrm_state *x, | 2013 | static void xfrm_audit_helper_sainfo(struct xfrm_state *x, |
2014 | struct audit_buffer *audit_buf) | 2014 | struct audit_buffer *audit_buf) |
2015 | { | 2015 | { |
2016 | struct xfrm_sec_ctx *ctx = x->security; | 2016 | struct xfrm_sec_ctx *ctx = x->security; |
2017 | u32 spi = ntohl(x->id.spi); | 2017 | u32 spi = ntohl(x->id.spi); |
@@ -2038,8 +2038,8 @@ static inline void xfrm_audit_helper_sainfo(struct xfrm_state *x, | |||
2038 | audit_log_format(audit_buf, " spi=%u(0x%x)", spi, spi); | 2038 | audit_log_format(audit_buf, " spi=%u(0x%x)", spi, spi); |
2039 | } | 2039 | } |
2040 | 2040 | ||
2041 | static inline void xfrm_audit_helper_pktinfo(struct sk_buff *skb, u16 family, | 2041 | static void xfrm_audit_helper_pktinfo(struct sk_buff *skb, u16 family, |
2042 | struct audit_buffer *audit_buf) | 2042 | struct audit_buffer *audit_buf) |
2043 | { | 2043 | { |
2044 | struct iphdr *iph4; | 2044 | struct iphdr *iph4; |
2045 | struct ipv6hdr *iph6; | 2045 | struct ipv6hdr *iph6; |