Lines Matching defs:dropping
100 * @count: codel dropping frequency
105 * @dropping: set if in dropping state
114 bool dropping;
445 vars->dropping = true;
471 vars->dropping = false;
523 if (!vars->dropping) {
524 vars->dropping = true;
531 } else if (vars->dropping) {
532 vars->dropping = false;
535 if (next_due && vars->dropping) {
1075 /* DSACK; always considered greater to prevent dropping */
1276 * packet in the same flow, we should no longer be dropping that
1333 * information. We ensure this by dropping it only if the enqueued
3061 PUT_STAT_U32(DROPPING, flow->cvars.dropping);
3070 if (flow->cvars.dropping) {