Searched refs:hashtype (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Din_rss.h49 uint32_t *hashval, uint32_t *hashtype);
53 uint32_t *hashtype);
57 u_short sp, u_short dp, int proto, uint32_t *hashtype);
H A Din_rss.c121 uint32_t *hashval, uint32_t *hashtype)
133 *hashtype = M_HASHTYPE_RSS_TCP_IPV4;
139 *hashtype = M_HASHTYPE_RSS_UDP_IPV4;
145 *hashtype = M_HASHTYPE_RSS_IPV4;
167 u_short sp, u_short dp, int proto, uint32_t *hashtype)
178 *hashtype = M_HASHTYPE_RSS_TCP_IPV4;
183 *hashtype = M_HASHTYPE_RSS_UDP_IPV4;
188 *hashtype = M_HASHTYPE_RSS_IPV4;
192 *hashtype = M_HASHTYPE_NONE;
213 uint32_t *hashtype)
119 rss_proto_software_hash_v4(struct in_addr s, struct in_addr d, u_short sp, u_short dp, int proto, uint32_t *hashval, uint32_t *hashtype) argument
166 xps_proto_software_hash_v4(struct in_addr s, struct in_addr d, u_short sp, u_short dp, int proto, uint32_t *hashtype) argument
212 rss_mbuf_software_hash_v4(const struct mbuf *m, int dir, uint32_t *hashval, uint32_t *hashtype) argument
[all...]
H A Din_pcbgroup.c240 * Map a (hashtype, hash) tuple into a connection group, or NULL if the hash
246 in_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
251 hashtype == M_HASHTYPE_RSS_TCP_IPV4) ||
253 hashtype == M_HASHTYPE_RSS_UDP_IPV4) ||
255 hashtype == M_HASHTYPE_RSS_IPV4))
/freebsd-13-stable/sys/netinet6/
H A Din6_rss.h50 uint32_t *hashval, uint32_t *hashtype);
54 uint32_t *hashtype);
59 int proto, uint32_t *hashtype);
H A Din6_rss.c122 uint32_t *hashval, uint32_t *hashtype)
134 *hashtype = M_HASHTYPE_RSS_TCP_IPV6;
140 *hashtype = M_HASHTYPE_RSS_UDP_IPV6;
146 *hashtype = M_HASHTYPE_RSS_IPV6;
168 u_short sp, u_short dp, int proto, uint32_t *hashtype)
180 *hashtype = M_HASHTYPE_RSS_TCP_IPV6;
185 *hashtype = M_HASHTYPE_RSS_UDP_IPV6;
190 *hashtype = M_HASHTYPE_RSS_IPV6;
194 *hashtype = M_HASHTYPE_NONE;
216 uint32_t *hashtype)
120 rss_proto_software_hash_v6(const struct in6_addr *s, const struct in6_addr *d, u_short sp, u_short dp, int proto, uint32_t *hashval, uint32_t *hashtype) argument
167 xps_proto_software_hash_v6(const struct in6_addr *s, const struct in6_addr *d, u_short sp, u_short dp, int proto, uint32_t *hashtype) argument
215 rss_mbuf_software_hash_v6(const struct mbuf *m, int dir, uint32_t *hashval, uint32_t *hashtype) argument
[all...]
H A Din6_pcbgroup.c69 * Map a (hashtype, hash) tuple into a connection group, or NULL if the hash
75 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
80 hashtype == M_HASHTYPE_RSS_TCP_IPV6) ||
82 hashtype == M_HASHTYPE_RSS_UDP_IPV6) ||
84 hashtype == M_HASHTYPE_RSS_IPV6))
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_core.c280 uint32_t hashtype, hashval; local
287 hashtype =
297 hashtype =
306 switch (hashtype) {

Completed in 138 milliseconds