MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rss_getbucket

Function rss_getbucket

freebsd/net/rss_config.c:316–321  ·  view source on GitHub ↗

* Query the RSS bucket associated with an RSS hash. */

Source from the content-addressed store, hash-verified

314 * Query the RSS bucket associated with an RSS hash.
315 */
316u_int
317rss_getbucket(u_int hash)
318{
319
320 return (hash & rss_mask);
321}
322
323/*
324 * Query the RSS layer bucket associated with the given

Callers 4

in_pcbgroup_getbucketFunction · 0.85
in6_pcbgroup_getbucketFunction · 0.85
rss_hash2cpuidFunction · 0.85
rss_hash2bucketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected