Lines Matching defs:when
81 /* Specify interval when tcp mtu probing will stop */
113 * when active opening a connection.
122 * when passive opening a connection.
756 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when);
1048 /* when we reached the "delivered" count */
1156 CA_EVENT_TX_START, /* first transmit when no packets in flight */
1198 * of ACK processing can optionally chose to consult this sample when
1233 /* call when cwnd event occurs (optional) */
1236 /* call when ack arrives (optional) */
1245 /* call when packets are delivered to update cwnd and pacing rate,
1411 * The exception is cwnd reduction phase, when cwnd is decreasing towards
1453 * We allow cwnd to reach 18 when all frames are ACKed.
1496 unsigned long when,
1500 when += tcp_pacing_delay(sk);
1501 inet_csk_reset_xmit_timer(sk, what, when,
1522 u64 when = (u64)tcp_probe0_base(sk) << backoff;
1524 return (unsigned long)min_t(u64, when, max_when);
2185 * bit, valid only if sacked_out > 0 or when the caller has ensured
2214 /* Called when old skb is about to be deleted and replaced by new skb */
2492 u32 pause_until; /* jiffies32 when PLB can resume rerouting */