Searched refs:tcp_in_slow_start (Results 1 – 15 of 15) sorted by relevance
228 if (diff > gamma && tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()243 } else if (tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()284 else if (tcp_in_slow_start(tp)) in tcp_vegas_cong_avoid()
25 if (tcp_in_slow_start(tp)) in tcp_scalable_cong_avoid()
119 if (tcp_in_slow_start(tp)) in hstcp_cong_avoid()
342 if (tcp_in_slow_start(tp)) { in bictcp_cong_avoid()452 if (hystart && tcp_in_slow_start(tp) && in bictcp_acked()
154 if (tcp_in_slow_start(tp)) { in tcp_veno_cong_avoid()
115 if (tcp_in_slow_start(tp)) { in hybla_cong_avoid()
79 if (tcp_in_slow_start(tp)) in tcp_yeah_cong_avoid()
147 if (tcp_in_slow_start(tp)) in bictcp_cong_avoid()
272 if (tcp_in_slow_start(tp)) in tcp_illinois_cong_avoid()
238 if (tcp_in_slow_start(tp)) in htcp_cong_avoid()
441 if (tcp_in_slow_start(tp)) { in tcp_reno_cong_avoid()
193 if (tcp_in_slow_start(tp)) { in tcpnv_cong_avoid()
268 if (tcp_in_slow_start(tp) && hystart_detect) in tcp_cdg_cong_avoid()
400 } else if (!tcp_in_slow_start(tp) && in tcp_update_metrics()
1150 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function1220 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()