Searched refs:rss_gethashconfig (Results 1 – 4 of 4) sorted by relevance
130 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in rss_proto_software_hash_v4()136 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in rss_proto_software_hash_v4()141 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in rss_proto_software_hash_v4()176 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4)) { in xps_proto_software_hash_v4()181 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV4)) { in xps_proto_software_hash_v4()185 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) { in xps_proto_software_hash_v4()284 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()300 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()307 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) && in rss_mbuf_software_hash_v4()321 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) && in rss_mbuf_software_hash_v4()[all …]
131 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in rss_proto_software_hash_v6()137 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in rss_proto_software_hash_v6()142 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in rss_proto_software_hash_v6()178 (rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6)) { in xps_proto_software_hash_v6()183 (rss_gethashconfig() & RSS_HASHTYPE_RSS_UDP_IPV6)) { in xps_proto_software_hash_v6()187 } else if (rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) { in xps_proto_software_hash_v6()313 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()328 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()335 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV6) && in rss_mbuf_software_hash_v6()346 if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV6) && in rss_mbuf_software_hash_v6()[all …]
121 u_int rss_gethashconfig(void);
472 rss_gethashconfig(void) in rss_gethashconfig() function