patch-2.3.39 linux/net/ipv6/mcast.c
Next file: linux/net/ipv6/ndisc.c
Previous file: linux/net/ipv6/ipv6_sockglue.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sat Jan 8 21:36:21 2000
- Orig file:
v2.3.38/linux/net/ipv6/mcast.c
- Orig date:
Wed Dec 29 13:13:21 1999
diff -u --recursive --new-file v2.3.38/linux/net/ipv6/mcast.c linux/net/ipv6/mcast.c
@@ -5,7 +5,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: mcast.c,v 1.27 1999/12/09 00:52:49 davem Exp $
+ * $Id: mcast.c,v 1.28 2000/01/09 02:19:50 davem Exp $
*
* Based on linux/ipv4/igmp.c and linux/ipv4/ip_sockglue.c
*
@@ -528,10 +528,10 @@
dev_queue_xmit(skb);
if (type == ICMPV6_MGM_REDUCTION)
- icmpv6_statistics.Icmp6OutGroupMembReductions++;
+ ICMP6_INC_STATS(Icmp6OutGroupMembReductions);
else
- icmpv6_statistics.Icmp6OutGroupMembResponses++;
- icmpv6_statistics.Icmp6OutMsgs++;
+ ICMP6_INC_STATS(Icmp6OutGroupMembResponses);
+ ICMP6_INC_STATS(Icmp6OutMsgs);
}
static void igmp6_join_group(struct ifmcaddr6 *ma)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)