Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_vegas.c229 if (diff > gamma && tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()
244 } else if (tcp_in_slow_start(tp)) { in tcp_vegas_cong_avoid()
285 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.c120 if (tcp_in_slow_start(tp)) in hstcp_cong_avoid()
Dtcp_hybla.c116 if (tcp_in_slow_start(tp)) { in hybla_cong_avoid()
Dtcp_cubic.c339 if (tcp_in_slow_start(tp)) { in bictcp_cong_avoid()
477 if (!ca->found && tcp_in_slow_start(tp) && hystart && in bictcp_acked()
Dtcp_veno.c155 if (tcp_in_slow_start(tp)) { in tcp_veno_cong_avoid()
Dtcp_yeah.c66 if (tcp_in_slow_start(tp)) { in tcp_yeah_cong_avoid()
Dtcp_bic.c148 if (tcp_in_slow_start(tp)) { in bictcp_cong_avoid()
Dtcp_illinois.c273 if (tcp_in_slow_start(tp)) in tcp_illinois_cong_avoid()
Dtcp_htcp.c239 if (tcp_in_slow_start(tp)) in htcp_cong_avoid()
Dtcp_cong.c440 if (tcp_in_slow_start(tp)) { in tcp_reno_cong_avoid()
Dtcp_nv.c194 if (tcp_in_slow_start(tp)) { in tcpnv_cong_avoid()
Dtcp_cdg.c269 if (tcp_in_slow_start(tp) && hystart_detect) in tcp_cdg_cong_avoid()
Dtcp_metrics.c401 } else if (!tcp_in_slow_start(tp) && in tcp_update_metrics()
/Linux-v5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h198 static __always_inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
208 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c395 if (tcp_in_slow_start(tp)) { in BPF_STRUCT_OPS()
523 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_STRUCT_OPS()
Dbpf_dctcp.c206 if (tcp_in_slow_start(tp)) { in BPF_PROG()
/Linux-v5.10/include/net/
Dtcp.h1203 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
1273 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()