Lines Matching defs:when
78 /* Specify interval when tcp mtu probing will stop */
110 * when active opening a connection.
119 * when passive opening a connection.
627 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when);
874 /* when we reached the "delivered" count */
1000 CA_EVENT_TX_START, /* first transmit when no packets in flight */
1042 * of ACK processing can optionally chose to consult this sample when
1079 /* call when cwnd event occurs (optional) */
1081 /* call when ack arrives (optional) */
1091 /* call when packets are delivered to update cwnd and pacing rate,
1233 * The exception is cwnd reduction phase, when cwnd is decreasing towards
1275 * We allow cwnd to reach 18 when all frames are ACKed.
1318 unsigned long when,
1321 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk),
1340 u64 when = (u64)tcp_probe0_base(sk) << inet_csk(sk)->icsk_backoff;
1342 return (unsigned long)min_t(u64, when, max_when);
1903 * bit, valid only if sacked_out > 0 or when the caller has ensured
1932 /* Called when old skb is about to be deleted and replaced by new skb */
2010 /* @wake is one when sk_stream_write_space() calls us.