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>
This commit is contained in:
Pavel Emelyanov
2008-07-14 23:02:35 -07:00
committed by David S. Miller
parent 43589aa93c
commit 75c939bb4d
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
/*