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

/freebsd-11-stable/sys/netinet/
H A Din_rss.h49 uint32_t *hashval, uint32_t *hashtype);
53 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;
171 uint32_t *hashtype)
292 hashtype);
306 hashtype);
314 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
170 rss_mbuf_software_hash_v4(const struct mbuf *m, int dir, uint32_t *hashval, uint32_t *hashtype) argument
H A Din_pcbgroup.c238 * Map a (hashtype, hash) tuple into a connection group, or NULL if the hash
244 in_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
249 hashtype == M_HASHTYPE_RSS_TCP_IPV4) ||
251 hashtype == M_HASHTYPE_RSS_UDP_IPV4) ||
253 hashtype == M_HASHTYPE_RSS_IPV4))
/freebsd-11-stable/sys/netinet6/
H A Din6_rss.h50 uint32_t *hashval, uint32_t *hashtype);
54 uint32_t *hashtype);
H A Din6_pcbgroup.c67 * Map a (hashtype, hash) tuple into a connection group, or NULL if the hash
73 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
78 hashtype == M_HASHTYPE_RSS_TCP_IPV6) ||
80 hashtype == M_HASHTYPE_RSS_UDP_IPV6) ||
82 hashtype == M_HASHTYPE_RSS_IPV6))
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;
172 uint32_t *hashtype)
314 hashtype);
327 hashtype);
335 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
171 rss_mbuf_software_hash_v6(const struct mbuf *m, int dir, uint32_t *hashval, uint32_t *hashtype) argument
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c280 uint32_t hashtype, hashval; local
287 hashtype =
297 hashtype =
306 switch (hashtype) {

Completed in 80 milliseconds