HomeSort by: relevance | last modified time | path
    Searched defs:rps_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_ethersubr.c 655 pktq_rps_hash_func_t rps_hash = NULL; local in function:ether_input
912 rps_hash = atomic_load_relaxed(&ether_pktq_rps_hash_p);
933 rps_hash = atomic_load_relaxed(&ether_pktq_rps_hash_p);
958 const uint32_t h = rps_hash ? pktq_rps_hash(&rps_hash, m) : 0;
2006 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 182 milliseconds