Lines Matching full:tuple
58 * Hash an IPv4 2-tuple.
75 * Hash an IPv4 4-tuple.
98 * Calculate an appropriate ipv4 2-tuple or 4-tuple given the given
103 * tuple. This depends upon the currently configured RSS hash types.
134 /* RSS doesn't hash on other protocols like SCTP; so 2-tuple */ in rss_proto_software_hash_v4()
147 * Calculate an appropriate ipv4 2-tuple or 4-tuple given the given
152 * tuple. This depends upon the currently configured RSS hash types.
178 /* RSS doesn't hash on other protocols like SCTP; so 2-tuple */ in xps_proto_software_hash_v4()
242 * If this is a fragment then it shouldn't be four-tuple in rss_mbuf_software_hash_v4()
251 * and we don't support the 4-tuple version of the given protocol, in rss_mbuf_software_hash_v4()
256 * is supported but we got a TCP/UDP frame only 2-tuple hashed, in rss_mbuf_software_hash_v4()
257 * then we shouldn't just "trust" the 2-tuple hash. We need in rss_mbuf_software_hash_v4()
258 * a 4-tuple hash. in rss_mbuf_software_hash_v4()
271 * Only allow 2-tuple for UDP frames if we don't also in rss_mbuf_software_hash_v4()
272 * support 4-tuple for UDP. in rss_mbuf_software_hash_v4()
287 * Only allow 2-tuple for TCP frames if we don't also in rss_mbuf_software_hash_v4()
288 * support 2-tuple for TCP. in rss_mbuf_software_hash_v4()
308 * XXX TODO: does the hardware hash on 4-tuple if IP in rss_mbuf_software_hash_v4()
340 /* Default to 2-tuple hash */ in rss_mbuf_software_hash_v4()