summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2016-08-14 20:22:03 +0000
committerae <ae@FreeBSD.org>2016-08-14 20:22:03 +0000
commitddd610a8d454bf59eef203cb59d0c34ac95a8758 (patch)
treef3f0df89608b9d26103ab2c4cc08312b99dbbc11 /sys/netinet6/in6.h
parentb30706fc4deb4310a6e49820c9282c48f978b931 (diff)
downloadFreeBSD-src-ddd610a8d454bf59eef203cb59d0c34ac95a8758.zip
FreeBSD-src-ddd610a8d454bf59eef203cb59d0c34ac95a8758.tar.gz
MFC r302906:
Add net.inet6.ip6.intr_queue_maxlen sysctl. It can be used to change netisr queue limit for IPv6 at runtime.
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index c84881e..62c5e0b 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -637,7 +637,10 @@ struct ip6_mtuinfo {
* receiving IF. */
#define IPV6CTL_RFC6204W3 50 /* Accept defroute even when forwarding
enabled */
-#define IPV6CTL_MAXID 51
+#define IPV6CTL_INTRQMAXLEN 51 /* max length of IPv6 netisr queue */
+#define IPV6CTL_INTRDQMAXLEN 52 /* max length of direct IPv6 netisr
+ * queue */
+#define IPV6CTL_MAXID 53
#endif /* __BSD_VISIBLE */
/*
OpenPOWER on IntegriCloud