Searched refs:RSS_TYPE_TCP_IPV6_EX (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif.h565 #define RSS_TYPE_TCP_IPV6_EX 0x00000020 macro
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1454 types |= RSS_TYPE_TCP_IPV6_EX;
1478 if (types & RSS_TYPE_TCP_IPV6_EX)
1598 RSS_TYPE_TCP_IPV6_EX | RSS_TYPE_UDP_IPV6_EX |
1607 RSS_TYPE_TCP_IPV6_EX | RSS_TYPE_UDP_IPV6_EX |
1614 (diff_types & ifrh.ifrh_types & RSS_TYPE_TCP_IPV6_EX)) {
1619 if ((my_types & RSS_TYPE_TCP_IPV6_EX) &&
1623 mbuf_types &= ~RSS_TYPE_TCP_IPV6_EX;

Completed in 198 milliseconds