PERFORCE change 89729 for review

Robert Watson rwatson at FreeBSD.org
Sun Jan 15 09:54:42 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=89729

Change 89729 by rwatson at rwatson_zoo on 2006/01/15 17:54:23

	Export nipqs.

Affected files ...

.. //depot/projects/netsmp/src/sys/netinet/ip_input.c#8 edit

Differences ...

==== //depot/projects/netsmp/src/sys/netinet/ip_input.c#8 (text+ko) ====

@@ -178,6 +178,10 @@
 #define	IPQ_LOCK_ASSERT()	mtx_assert(&ipqlock, MA_OWNED)
 
 static int    nipq = 0;         /* total # of reass queues */
+SYSCTL_INT(_net_inet_ip, OID_AUTO, fragpackets, CTLFLAG_RD,
+	&nipq, 0,
+	"Current number of IPv4 fragment reassembly queue entries");
+
 static int    maxnipq;
 SYSCTL_INT(_net_inet_ip, OID_AUTO, maxfragpackets, CTLFLAG_RW,
 	&maxnipq, 0,


More information about the p4-projects mailing list