Home
last modified time | relevance | path

Searched refs:rss_getbucket (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/net/
HDrss_config.c316 rss_getbucket(u_int hash) in rss_getbucket() function
366 return (rss_getcpu(rss_getbucket(hash_val))); in rss_hash2cpuid()
387 *bucket_id = rss_getbucket(hash_val); in rss_hash2bucket()
HDrss_config.h115 u_int rss_getbucket(u_int hash);
/NextBSD/sys/netinet6/
HDin6_pcbgroup.c59 return (rss_getbucket(hash)); in in6_pcbgroup_getbucket()
/NextBSD/sys/netinet/
HDin_pcbgroup.c230 return (rss_getbucket(hash)); in in_pcbgroup_getbucket()