Home
last modified time | relevance | path

Searched refs:tcp_in_slow_start (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_vegas.c228 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()
Dtcp_scalable.c25 if (tcp_in_slow_start(tp)) in tcp_scalable_cong_avoid()
Dtcp_highspeed.c119 if (tcp_in_slow_start(tp)) in hstcp_cong_avoid()
Dtcp_cubic.c344 if (tcp_in_slow_start(tp)) { in bictcp_cong_avoid()
463 if (hystart && tcp_in_slow_start(tp) && in bictcp_acked()
Dtcp_veno.c153 if (tcp_in_slow_start(tp)) { in tcp_veno_cong_avoid()
Dtcp_hybla.c115 if (tcp_in_slow_start(tp)) { in hybla_cong_avoid()
Dtcp_bic.c149 if (tcp_in_slow_start(tp)) in bictcp_cong_avoid()
Dtcp_illinois.c271 if (tcp_in_slow_start(tp)) in tcp_illinois_cong_avoid()
Dtcp_cong.c425 if (tcp_in_slow_start(tp)) { in tcp_reno_cong_avoid()
Dtcp_htcp.c239 if (tcp_in_slow_start(tp)) in htcp_cong_avoid()
Dtcp_cdg.c267 if (tcp_in_slow_start(tp) && hystart_detect) in tcp_cdg_cong_avoid()
Dtcp_metrics.c448 } else if (!tcp_in_slow_start(tp) && in tcp_update_metrics()
/linux-4.4.14/include/net/
Dtcp.h1004 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
1085 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()