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

/linux-master/net/ipv4/
H A Dtcp_scalable.c25 if (tcp_in_slow_start(tp)) {
H A Dtcp_highspeed.c120 if (tcp_in_slow_start(tp))
H A Dtcp_vegas.c229 if (diff > gamma && tcp_in_slow_start(tp)) {
245 } else if (tcp_in_slow_start(tp)) {
286 else if (tcp_in_slow_start(tp))
H A Dtcp_veno.c155 if (tcp_in_slow_start(tp)) {
H A Dtcp_yeah.c66 if (tcp_in_slow_start(tp)) {
H A Dtcp_hybla.c116 if (tcp_in_slow_start(tp)) {
H A Dtcp_cubic.c332 if (tcp_in_slow_start(tp)) {
471 if (!ca->found && tcp_in_slow_start(tp) && hystart &&
H A Dtcp_bic.c148 if (tcp_in_slow_start(tp)) {
H A Dtcp_illinois.c273 if (tcp_in_slow_start(tp))
H A Dtcp_htcp.c239 if (tcp_in_slow_start(tp))
H A Dtcp_nv.c193 if (tcp_in_slow_start(tp)) {
H A Dtcp_cdg.c269 if (tcp_in_slow_start(tp) && hystart_detect)
H A Dtcp_cong.c502 if (tcp_in_slow_start(tp)) {
H A Dtcp_metrics.c421 } else if (!tcp_in_slow_start(tp) &&
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h200 static __always_inline bool tcp_in_slow_start(const struct tcp_sock *tp) function
210 if (tcp_in_slow_start(tp))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c389 if (tcp_in_slow_start(tp)) {
520 if (!ca->found && tcp_in_slow_start(tp) && hystart &&
/linux-master/include/net/
H A Dtcp.h1316 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) function
1389 if (tcp_in_slow_start(tp))

Completed in 248 milliseconds