Searched refs:dropping (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.h69 uint16_t dropping; /* dropping state */ member in struct:codel_status
147 if (cst->dropping) {
149 /* sojourn time below target - leave dropping state */
150 cst->dropping = false;
154 * next. If the dequeue doesn't take us out of dropping
159 while (now >= cst->drop_next_time && cst->dropping) {
175 /* leave dropping state */
176 cst->dropping = false;
184 /* If we get here we're not in dropping stat
[all...]
H A Ddn_sched_fq_codel_helper.h115 if (cst->dropping) {
117 /* sojourn time below target - leave dropping state */
118 cst->dropping = false;
122 * next. If the dequeue doesn't take us out of dropping
127 while (now >= cst->drop_next_time && cst->dropping) {
142 /* leave dropping state */
143 cst->dropping = false;
150 /* If we get here we're not in dropping state. The 'ok_to_drop'
152 * above 'target' for 'interval' so enter dropping state.
164 cst->dropping
[all...]
H A Ddn_aqm_codel.c305 cst->dropping=0;
H A Ddn_sched_fq_codel.c318 si->flows[idx].cst.dropping = false;
/freebsd-13-stable/sys/net/altq/
H A Daltq_codel.h84 * entered dropping state
85 * <at> lastcount: count at entry to dropping state
86 * <at> dropping: set to true if in dropping state
96 int dropping; member in struct:codel_vars
H A Daltq_codel.c396 c->vars.dropping = 0;
402 if (c->vars.dropping) {
404 /* sojourn time below target - leave dropping state */
405 c->vars.dropping = 0;
409 * take us out of dropping state.
415 while (c->vars.dropping &&
426 /* leave dropping state */
427 c->vars.dropping = 0;
444 c->vars.dropping = 1;
/freebsd-13-stable/share/mk/
H A Dsys.mk239 # LDFLAGS by stripping -Wl, from pass-through arguments and dropping

Completed in 114 milliseconds