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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h70 aqm_time_t drop_next_time; /* time for next drop */ member in struct:codel_status
159 while (now >= cst->drop_next_time && cst->dropping) {
164 cst->drop_next_time = control_law(cst, cprms,
165 cst->drop_next_time);
180 cst->drop_next_time = control_law(cst, cprms,
181 cst->drop_next_time);
209 (aqm_stime_t)cst->drop_next_time) < 8* cprms->interval)?
213 cst->drop_next_time = control_law(cst, cprms, now);
H A Ddn_sched_fq_codel_helper.h127 while (now >= cst->drop_next_time && cst->dropping) {
132 cst->drop_next_time = control_law(cst, cprms, cst->drop_next_time);
147 cst->drop_next_time = control_law(cst, cprms, cst->drop_next_time);
175 (aqm_stime_t)cst->drop_next_time) < 8* cprms->interval)? cst->count - 2 : 1;
179 cst->drop_next_time = control_law(cst, cprms, now);
H A Ddn_aqm_codel.c307 cst->drop_next_time=0;

Completed in 64 milliseconds