Home
last modified time | relevance | path

Searched refs:bucketid (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_fairq.c609 fairq_addq(struct fairq_class *cl, struct mbuf *m, u_int32_t bucketid) in fairq_addq() argument
619 if (bucketid == 0) { in fairq_addq()
625 hindex = bucketid & cl->cl_nbucket_mask; in fairq_addq()