Searched refs:hashtype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | in_rss.c | 133 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in rss_proto_software_hash_v4() 139 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in rss_proto_software_hash_v4() 145 *hashtype = M_HASHTYPE_RSS_IPV4; in rss_proto_software_hash_v4() 178 *hashtype = M_HASHTYPE_RSS_TCP_IPV4; in xps_proto_software_hash_v4() 183 *hashtype = M_HASHTYPE_RSS_UDP_IPV4; in xps_proto_software_hash_v4() 188 *hashtype = M_HASHTYPE_RSS_IPV4; in xps_proto_software_hash_v4() 192 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v4() 213 uint32_t *hashtype) in rss_mbuf_software_hash_v4() argument 334 hashtype); in rss_mbuf_software_hash_v4() 348 hashtype); in rss_mbuf_software_hash_v4() [all …]
|
| H A D | in_rss.h | 49 uint32_t *hashval, uint32_t *hashtype); 53 uint32_t *hashtype); 57 u_short sp, u_short dp, int proto, uint32_t *hashtype);
|
| H A D | in_pcbgroup.c | 246 in_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) in in_pcbgroup_byhash() argument 251 hashtype == M_HASHTYPE_RSS_TCP_IPV4) || in in_pcbgroup_byhash() 253 hashtype == M_HASHTYPE_RSS_UDP_IPV4) || in in_pcbgroup_byhash() 255 hashtype == M_HASHTYPE_RSS_IPV4)) in in_pcbgroup_byhash()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | in6_rss.c | 134 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in rss_proto_software_hash_v6() 140 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in rss_proto_software_hash_v6() 146 *hashtype = M_HASHTYPE_RSS_IPV6; in rss_proto_software_hash_v6() 180 *hashtype = M_HASHTYPE_RSS_TCP_IPV6; in xps_proto_software_hash_v6() 185 *hashtype = M_HASHTYPE_RSS_UDP_IPV6; in xps_proto_software_hash_v6() 190 *hashtype = M_HASHTYPE_RSS_IPV6; in xps_proto_software_hash_v6() 194 *hashtype = M_HASHTYPE_NONE; in xps_proto_software_hash_v6() 216 uint32_t *hashtype) in rss_mbuf_software_hash_v6() argument 358 hashtype); in rss_mbuf_software_hash_v6() 371 hashtype); in rss_mbuf_software_hash_v6() [all …]
|
| H A D | in6_pcbgroup.c | 75 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) in in6_pcbgroup_byhash() argument 80 hashtype == M_HASHTYPE_RSS_TCP_IPV6) || in in6_pcbgroup_byhash() 82 hashtype == M_HASHTYPE_RSS_UDP_IPV6) || in in6_pcbgroup_byhash() 84 hashtype == M_HASHTYPE_RSS_IPV6)) in in6_pcbgroup_byhash()
|
| H A D | in6_rss.h | 50 uint32_t *hashval, uint32_t *hashtype); 54 uint32_t *hashtype); 59 int proto, uint32_t *hashtype);
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_core.c | 280 uint32_t hashtype, hashval; in lio_push_packet() local 287 hashtype = in lio_push_packet() 297 hashtype = in lio_push_packet() 306 switch (hashtype) { in lio_push_packet()
|