Searched refs:qid_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_mtag.h49 u_int32_t qid_hash; /* queue hashid used by WFQ like algos */ member in struct:pf_mtag
H A Dpf.c6261 pd.pf_mtag->qid_hash = pf_state_hash(s);
6714 pd.pf_mtag->qid_hash = pf_state_hash(s);
/freebsd-12-stable/sys/net/altq/
H A Daltq_fairq.c488 u_int32_t qid_hash = 0; local
504 qid_hash = t->qid_hash;
516 if (fairq_addq(cl, m, qid_hash) != 0) {

Completed in 122 milliseconds