Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h172 cst->count = (cst->count > 2 && ((aqm_stime_t)now - in fqc_codel_dequeue()
173 (aqm_stime_t)cst->drop_next_time) < 8* cprms->interval)? cst->count - 2 : 1; in fqc_codel_dequeue()
H A Ddn_aqm_codel.h206 cst->count = (cst->count > 2 && ((aqm_stime_t)now - in codel_dequeue()
207 (aqm_stime_t)cst->drop_next_time) < 8* cprms->interval)? in codel_dequeue()
H A Ddn_aqm.h49 typedef int32_t aqm_stime_t; typedef