Lines Matching full:tuple
59 * Hash an IPv6 2-tuple.
76 * Hash an IPv6 4-tuple.
99 * Calculate an appropriate ipv6 2-tuple or 4-tuple given the given
104 * tuple. This depends upon the currently configured RSS hash types.
135 /* RSS doesn't hash on other protocols like SCTP; so 2-tuple */ in rss_proto_software_hash_v6()
148 * Calculate an appropriate ipv6 2-tuple or 4-tuple given the given
153 * tuple. This depends upon the currently configured RSS hash types.
180 /* RSS doesn't hash on other protocols like SCTP; so 2-tuple */ in xps_proto_software_hash_v6()
249 * If this is a fragment then it shouldn't be four-tuple in rss_mbuf_software_hash_v6()
283 * and we don't support the 4-tuple version of the given protocol, in rss_mbuf_software_hash_v6()
288 * is supported but we got a TCP/UDP frame only 2-tuple hashed, in rss_mbuf_software_hash_v6()
289 * then we shouldn't just "trust" the 2-tuple hash. We need in rss_mbuf_software_hash_v6()
290 * a 4-tuple hash. in rss_mbuf_software_hash_v6()
302 * Only allow 2-tuple for UDP frames if we don't also in rss_mbuf_software_hash_v6()
303 * support 4-tuple for UDP. in rss_mbuf_software_hash_v6()
317 * Only allow 2-tuple for TCP frames if we don't also in rss_mbuf_software_hash_v6()
318 * support 4-tuple for TCP. in rss_mbuf_software_hash_v6()
365 /* Default to 2-tuple hash */ in rss_mbuf_software_hash_v6()