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

  /src/sys/net/
pktqueue.h 60 uint32_t pktq_rps_hash(const pktq_rps_hash_func_t *,
pktqueue.c 266 pktq_rps_hash(const pktq_rps_hash_func_t *funcp, const struct mbuf *m) function in typeref:typename:uint32_t
if_gif.c 725 const uint32_t h = pktq_rps_hash(&gif_pktq_rps_hash_p, m);
if_ipsec.c 753 const uint32_t h = pktq_rps_hash(&if_ipsec_pktq_rps_hash_p, m);
if_ethersubr.c 996 const uint32_t h = rps_hash ? pktq_rps_hash(&rps_hash, m) : 0;
if_spppsubr.c 784 const uint32_t hash = rps_hash ? pktq_rps_hash(&rps_hash, m) : 0;
  /src/share/man/man9/
Makefile 729 pktqueue.9 pktq_rps_hash.9 \
  /src/sys/dev/pci/
xmm7360.c 3125 const uint32_t h = pktq_rps_hash(&xmm7360_pktq_rps_hash_p, m);

Completed in 22 milliseconds