Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_vegas.c229 if (diff > gamma && tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()
245 } else if (tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()
286 else if (tcp_in_slow_start(tp)) in tcp_vegas_cong_avoid()
H A Dtcp_scalable.c25 if (tcp_in_slow_start(tp)) { in tcp_scalable_cong_avoid()
H A Dtcp_highspeed.c120 if (tcp_in_slow_start(tp)) in hstcp_cong_avoid()
H A Dtcp_cubic.c332 if (tcp_in_slow_start(tp)) { in cubictcp_cong_avoid()
471 if (!ca->found && tcp_in_slow_start(tp) && hystart && in cubictcp_acked()
H A Dtcp_hybla.c116 if (tcp_in_slow_start(tp)) { in hybla_cong_avoid()
H A Dtcp_veno.c155 if (tcp_in_slow_start(tp)) { in tcp_veno_cong_avoid()
H A Dtcp_yeah.c66 if (tcp_in_slow_start(tp)) { in tcp_yeah_cong_avoid()
H A Dtcp_bic.c148 if (tcp_in_slow_start(tp)) { in bictcp_cong_avoid()
H A Dtcp_illinois.c273 if (tcp_in_slow_start(tp)) in tcp_illinois_cong_avoid()
H A Dtcp_htcp.c239 if (tcp_in_slow_start(tp)) in htcp_cong_avoid()
H A Dtcp_nv.c193 if (tcp_in_slow_start(tp)) { in tcpnv_cong_avoid()
H A Dtcp_cdg.c269 if (tcp_in_slow_start(tp) && hystart_detect) in tcp_cdg_cong_avoid()
H A Dtcp_cong.c502 if (tcp_in_slow_start(tp)) { in tcp_reno_cong_avoid()
H A Dtcp_metrics.c421 } else if (!tcp_in_slow_start(tp) && in tcp_update_metrics()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h158 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
168 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()
H A Dbpf_cubic.c394 if (tcp_in_slow_start(tp)) { in BPF_PROG()
527 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_PROG()
/linux/include/net/
H A Dtcp.h1323 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
1396 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()