From 43407a0ac4540de08599ff5ed02142882313eb6d Mon Sep 17 00:00:00 2001 From: adrian Date: Sun, 6 Sep 2015 20:57:57 +0000 Subject: Add support for receiving flowtype, flowid and RSS bucket information as part of recvmsg(). Submitted by: Tiwei Bie Differential Revision: https://reviews.freebsd.org/D3562 --- sys/netinet6/in6.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netinet6/in6.h') diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 50ca387..81d8d31 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -485,6 +485,8 @@ struct route_in6 { #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 */ +#define IPV6_RECVFLOWID 70 /* bool; receive IP6 flowid/flowtype w/ datagram */ +#define IPV6_RECVRSSBUCKETID 71 /* bool; receive IP6 RSS bucket id w/ datagram */ /* * The following option is private; do not use it from user applications. -- cgit v1.1