summaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
diff options
context:
space:
mode:
authorDenis V. Lunev2008-10-08 19:33:50 +0200
committerDavid S. Miller2008-10-08 20:14:44 +0200
commit5c5d244bd388fe498dd7f5f57cb7770aae40b9ab (patch)
tree21c994f3df95f4f3245a2fa6bf7380e9620ff86e /net/ipv6/mcast.c
parentipv6: added net argument to ICMP6_INC_STATS_BH (diff)
downloadkernel-qcow2-linux-5c5d244bd388fe498dd7f5f57cb7770aae40b9ab.tar.gz
kernel-qcow2-linux-5c5d244bd388fe498dd7f5f57cb7770aae40b9ab.tar.xz
kernel-qcow2-linux-5c5d244bd388fe498dd7f5f57cb7770aae40b9ab.zip
ipv6: added net argument to ICMP6MSGOUT_INC_STATS
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/mcast.c')
-rw-r--r--net/ipv6/mcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index f06ceea1ffa0..a96e4235fbfa 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -1839,7 +1839,7 @@ static void igmp6_send(struct in6_addr *addr, struct net_device *dev, int type)
dst_output);
out:
if (!err) {
- ICMP6MSGOUT_INC_STATS(idev, type);
+ ICMP6MSGOUT_INC_STATS(net, idev, type);
ICMP6_INC_STATS(net, idev, ICMP6_MIB_OUTMSGS);
IP6_INC_STATS(net, idev, IPSTATS_MIB_OUTMCASTPKTS);
} else