Searched refs:rss_hash2bucket (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | rss_config.h | 133 int rss_hash2bucket(uint32_t hash_val, uint32_t hash_type,
|
| H A D | rss_config.c | 378 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 D | ip_input.c | 1331 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip_savecontrol()
|
| H A D | ip_output.c | 1533 retval = rss_hash2bucket(inp->inp_flowid, in ip_ctloutput()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 1534 if (rss_hash2bucket(flowid, flow_type, &rss_bucketid) == 0) { in ip6_savecontrol()
|
| H A D | ip6_output.c | 2283 rss_hash2bucket(inp->inp_flowid, in ip6_ctloutput()
|