socsvn commit: r286943 - soc2015/btw/head/sys/netinet6
btw at FreeBSD.org
btw at FreeBSD.org
Thu Jun 11 13:02:36 UTC 2015
Author: btw
Date: Thu Jun 11 13:02:35 2015
New Revision: 286943
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=286943
Log:
Count the UDP packets over IPv6.
Modified:
soc2015/btw/head/sys/netinet6/udp6_usrreq.c
Modified: soc2015/btw/head/sys/netinet6/udp6_usrreq.c
==============================================================================
--- soc2015/btw/head/sys/netinet6/udp6_usrreq.c Thu Jun 11 12:47:13 2015 (r286942)
+++ soc2015/btw/head/sys/netinet6/udp6_usrreq.c Thu Jun 11 13:02:35 2015 (r286943)
@@ -219,6 +219,7 @@
#endif
UDPSTAT_INC(udps_ipackets);
+ IFRSTAT_INC(m, ifrs_udp);
/*
* Destination port of 0 is illegal, based on RFC768.
More information about the svn-soc-all
mailing list