Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_codel.c199 IFQ_DEC_LEN(cif->cif_ifq); in codel_request()
251 IFQ_DEC_LEN(ifq); in codel_dequeue()
H A Daltq_fairq.c557 IFQ_DEC_LEN(ifq); in fairq_dequeue()
599 IFQ_DEC_LEN(ifq); in fairq_dequeue()
H A Daltq_cbq.c510 IFQ_DEC_LEN(ifq); in cbq_dequeue()
H A Daltq_priq.c517 IFQ_DEC_LEN(ifq); in priq_dequeue()
H A Daltq_hfsc.c783 IFQ_DEC_LEN(ifq); in hfsc_dequeue()
874 IFQ_DEC_LEN(cl->cl_hif->hif_ifq); in hfsc_purgeq()
/f-stack/freebsd/net/
H A Difq.h238 #define IFQ_DEC_LEN(ifq) (--(ifq)->ifq_len) macro