Lines Matching defs:drop
85 * @interval: codel initial drop rate
88 * @p_inc: increment of blue drop probability (0.32 fxp)
89 * @p_dec: decrement of blue drop probability (0.32 fxp)
102 * @drop_next: time to drop next packet, or when we dropped last
103 * @blue_timer: Blue time to next drop
104 * @p_drop: BLUE drop probability (0.32 fxp)
502 * Returns true as an instruction to drop the packet, false for delivery.
510 bool next_due, over_target, drop = false;
552 /* Use ECN mark if possible, otherwise drop */
553 drop = !(vars->ecn_marked = INET_ECN_set_ce(skb));
577 drop |= (get_random_u32() < vars->p_drop);
582 else if (ktime_to_ns(schedule) > 0 && !drop)
585 return drop;
1126 /* only drop timestamps lower than new */
1141 default: /* don't drop if any unknown options are present */
1201 * drop safe headers
1240 /* Check TCP options and flags, don't drop ACKs with segment
1241 * data, and don't drop ACKs with a higher cumulative ACK
1264 /* At this point we have found an eligible pure ACK to drop; if
1269 * Since we want to drop ACK closest to the head of the queue,
1285 * we found a single eligible ACK we can drop it in aggressive mode if
1472 ktime_t now, bool drop)
1494 if (!drop)
2168 /* drop this packet, get another one */