Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_codel.c230 IFQ_INC_LEN(ifq); in codel_enqueue()
H A Daltq_cbq.c494 IFQ_INC_LEN(ifq); in cbq_enqueue()
H A Daltq_priq.c480 IFQ_INC_LEN(ifq); in priq_enqueue()
H A Daltq_fairq.c520 IFQ_INC_LEN(ifq); in fairq_enqueue()
H A Daltq_hfsc.c689 IFQ_INC_LEN(ifq); in hfsc_enqueue()
/f-stack/freebsd/net/
H A Difq.h237 #define IFQ_INC_LEN(ifq) ((ifq)->ifq_len++) macro