summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-07-12 05:44:16 +0000
committeradrian <adrian@FreeBSD.org>2014-07-12 05:44:16 +0000
commit6b615c4bcebca7057c49ac5d8149a113380ac2ee (patch)
tree667fe2ef0a0789a52a37d58cd76dc2da41e09699 /sys/netinet6/in6.h
parent59e42691b9c8cd8a9af3ddf14ee7da526f8389eb (diff)
downloadFreeBSD-src-6b615c4bcebca7057c49ac5d8149a113380ac2ee.zip
FreeBSD-src-6b615c4bcebca7057c49ac5d8149a113380ac2ee.tar.gz
Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r--sys/netinet6/in6.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h
index f7d7e76..34daed8 100644
--- a/sys/netinet6/in6.h
+++ b/sys/netinet6/in6.h
@@ -481,6 +481,12 @@ struct route_in6 {
#define IPV6_BINDANY 64 /* bool: allow bind to any address */
+#define IPV6_BINDMULTI 65 /* bool; allow multibind to same addr/port */
+#define IPV6_RSS_LISTEN_BUCKET 66 /* int; set RSS listen bucket */
+#define IPV6_FLOWID 67 /* int; flowid of given socket */
+#define IPV6_FLOWTYPE 68 /* int; flowtype of given socket */
+#define IPV6_RSSBUCKETID 69 /* int; RSS bucket ID of given socket */
+
/*
* The following option is private; do not use it from user applications.
* It is deliberately defined to the same value as IP_MSFILTER.
OpenPOWER on IntegriCloud