HomeSort by: relevance | last modified time | path
    Searched refs:pktq_rps_hash_func_t (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/
pktqueue.h 47 typedef uint32_t (*pktq_rps_hash_func_t)(const struct mbuf *); typedef in typeref:typename:uint32_t (*)(const struct mbuf *)
60 uint32_t pktq_rps_hash(const pktq_rps_hash_func_t *,
62 extern const pktq_rps_hash_func_t pktq_rps_hash_default;
pktqueue.c 266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m)
268 pktq_rps_hash_func_t func = atomic_load_relaxed(funcp);
340 pktq_rps_hash_func_t prh_func;
347 const pktq_rps_hash_func_t pktq_rps_hash_default =
355 pktq_get_rps_hash_type(pktq_rps_hash_func_t func)
368 pktq_set_rps_hash_type(pktq_rps_hash_func_t *func, const char *type)
388 pktq_rps_hash_func_t *func;
if_ethersubr.c 184 static pktq_rps_hash_func_t ether_pktq_rps_hash_p;
693 pktq_rps_hash_func_t rps_hash = NULL;
if_gif.c 107 static pktq_rps_hash_func_t gif_pktq_rps_hash_p;
if_ipsec.c 163 static pktq_rps_hash_func_t if_ipsec_pktq_rps_hash_p;
if_pppoe.c 2173 extern pktq_rps_hash_func_t sppp_pktq_rps_hash_p;
if_spppsubr.c 306 pktq_rps_hash_func_t sppp_pktq_rps_hash_p;
644 pktq_rps_hash_func_t rps_hash = NULL;
  /src/sys/dev/pci/
xmm7360.c 297 static pktq_rps_hash_func_t xmm7360_pktq_rps_hash_p;

Completed in 24 milliseconds