Lines Matching refs:dropping
99 * @count: codel dropping frequency
104 * @dropping: set if in dropping state
113 bool dropping;
461 vars->dropping = true;
487 vars->dropping = false;
538 if (!vars->dropping) {
539 vars->dropping = true;
546 } else if (vars->dropping) {
547 vars->dropping = false;
550 if (next_due && vars->dropping) {
1028 /* DSACK; always considered greater to prevent dropping */
1229 * packet in the same flow, we should no longer be dropping that
1286 * information. We ensure this by dropping it only if the enqueued
3032 PUT_STAT_U32(DROPPING, flow->cvars.dropping);
3041 if (flow->cvars.dropping) {