aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-07-14 23:04:00 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-14 23:05:31 -0700
commitf66ac03d497c162c70cd0ccc802ce1777073cdf3 (patch)
tree9e177b888f187b995736231cc4c971566181a561 /net/ipv4/icmp.c
parentmib: add struct net to ICMPMSGOUT_INC_STATS (diff)
downloadlinux-dev-f66ac03d497c162c70cd0ccc802ce1777073cdf3.tar.xz
linux-dev-f66ac03d497c162c70cd0ccc802ce1777073cdf3.zip
mib: add struct net to ICMPMSGIN_INC_STATS_BH
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r--net/ipv4/icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index 6f4c65b898b4..ea60ad41008c 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -1012,7 +1012,7 @@ int icmp_rcv(struct sk_buff *skb)
icmph = icmp_hdr(skb);
- ICMPMSGIN_INC_STATS_BH(icmph->type);
+ ICMPMSGIN_INC_STATS_BH(net, icmph->type);
/*
* 18 is the highest 'known' ICMP type. Anything else is a mystery
*