Lines Matching refs:dropping
100 * @count: codel dropping frequency
105 * @dropping: set if in dropping state
114 bool dropping;
462 vars->dropping = true;
488 vars->dropping = false;
539 if (!vars->dropping) {
540 vars->dropping = true;
547 } else if (vars->dropping) {
548 vars->dropping = false;
551 if (next_due && vars->dropping) {
1029 /* DSACK; always considered greater to prevent dropping */
1230 * packet in the same flow, we should no longer be dropping that
1287 * information. We ensure this by dropping it only if the enqueued
3030 PUT_STAT_U32(DROPPING, flow->cvars.dropping);
3039 if (flow->cvars.dropping) {