aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-07-14 23:02:35 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-14 23:05:28 -0700
commit75c939bb4d6da790f758a2a3dcc7432f6d8778ee (patch)
tree8b377a42bb556d36c7aaa09745221f91b5942054 /net/ipv4/icmp.c
parenticmp: drop unused MIB accounting wrappers (diff)
downloadlinux-dev-75c939bb4d6da790f758a2a3dcc7432f6d8778ee.tar.xz
linux-dev-75c939bb4d6da790f758a2a3dcc7432f6d8778ee.zip
mib: add struct net to ICMP_INC_STATS
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 56d6b943345c..e94de411cfa0 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -299,7 +299,7 @@ out:
void icmp_out_count(struct net *net, unsigned char type)
{
ICMPMSGOUT_INC_STATS(type);
- ICMP_INC_STATS(ICMP_MIB_OUTMSGS);
+ ICMP_INC_STATS(net, ICMP_MIB_OUTMSGS);
}
/*