OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rps_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ethersubr.c
693
pktq_rps_hash_func_t
rps_hash
= NULL;
local in function:ether_input
950
rps_hash
= atomic_load_relaxed(ðer_pktq_rps_hash_p);
971
rps_hash
= atomic_load_relaxed(ðer_pktq_rps_hash_p);
996
const uint32_t h =
rps_hash
? pktq_rps_hash(&
rps_hash
, m) : 0;
2044
CTLTYPE_STRING, "
rps_hash
",
if_spppsubr.c
644
pktq_rps_hash_func_t
rps_hash
= NULL;
local in function:sppp_input
749
rps_hash
= atomic_load_relaxed(&sppp_pktq_rps_hash_p);
773
rps_hash
= atomic_load_relaxed(&sppp_pktq_rps_hash_p);
784
const uint32_t hash =
rps_hash
? pktq_rps_hash(&
rps_hash
, m) : 0;
Completed in 17 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025