diff options
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 56a7bbc7950c..6f4c65b898b4 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c | |||
@@ -298,7 +298,7 @@ out: | |||
298 | */ | 298 | */ |
299 | void icmp_out_count(struct net *net, unsigned char type) | 299 | void icmp_out_count(struct net *net, unsigned char type) |
300 | { | 300 | { |
301 | ICMPMSGOUT_INC_STATS(type); | 301 | ICMPMSGOUT_INC_STATS(net, type); |
302 | ICMP_INC_STATS(net, ICMP_MIB_OUTMSGS); | 302 | ICMP_INC_STATS(net, ICMP_MIB_OUTMSGS); |
303 | } | 303 | } |
304 | 304 | ||