OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_func
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/altq/
altq_wfq.h
123
u_long (*
hash_func
)(struct flowinfo *, int);
member in struct:wfqstate
altq_wfq.c
151
new_wfqp->
hash_func
= wfq_hashbydstaddr;
247
return (&wfqp->queue[(*wfqp->
hash_func
)(&flow, wfqp->nums)]);
509
gqidp->qid = (*wfqp->
hash_func
)(&gqidp->flow, wfqp->nums);
602
wfqp->
hash_func
= wfq_hashbydstaddr;
609
wfqp->
hash_func
= wfq_hashbysrcport;
616
wfqp->
hash_func
= wfq_hash;
623
wfqp->
hash_func
= wfq_hashbysrcaddr;
/src/lib/libc/citrus/
citrus_mapper.c
296
*
hash_func
299
hash_func
(const char *key)
function in typeref:typename:int
331
hashval =
hash_func
(mapname);
citrus_iconv.c
246
hash_func
(const char *key)
function in typeref:typename:int
272
hashval =
hash_func
(convname);
/src/sys/dev/pci/
if_vmxreg.h
330
uint16_t
hash_func
;
member in struct:vmxnet3_rss_shared
if_vmx.c
1758
rss->
hash_func
= UPT1_RSS_HASH_FUNC_TOEPLITZ;
/src/sys/external/bsd/ena-com/
ena_com.c
2254
if (get_resp.u.flow_hash_func.supported_func & (1 << rss->
hash_func
)) {
2256
rss->
hash_func
);
2267
cmd.u.flow_hash_func.selected_func = 1 << rss->
hash_func
;
2286
rss->
hash_func
, ret);
2365
rss->
hash_func
= get_resp.u.flow_hash_func.selected_func;
2367
*func = rss->
hash_func
;
ena_com.h
316
enum ena_admin_hash_functions
hash_func
;
member in struct:ena_rss
/src/sys/dev/hyperv/
if_hvn.c
4116
uint32_t
hash_func
= 0, hash_types = 0;
local in function:hvn_get_rsscaps
4203
hash_func
= 1 << (hash_fnidx - 1); /* ffs is 1-based */
4219
sc->sc_rss_hcap =
hash_func
| hash_types;
Completed in 81 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025