Home
last modified time | relevance | path

Searched refs:rss_hash2bucket (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Drss_config.h133 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
H A Drss_config.c378 rss_hash2bucket(uint32_t hash_val, uint32_t hash_type, uint32_t *bucket_id) in rss_hash2bucket() function
413 return(rss_hash2bucket(m->m_pkthdr.flowid, M_HASHTYPE_GET(m), in rss_m2bucket()
/f-stack/freebsd/netinet/
H A Dip_input.c1331 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
H A Dip_output.c1533 retval = rss_hash2bucket(inp->inp_flowid, in ip_ctloutput()
/f-stack/freebsd/netinet6/
H A Dip6_input.c1534 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip6_savecontrol()
H A Dip6_output.c2283 rss_hash2bucket(inp->inp_flowid, in ip6_ctloutput()