Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h183 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
193 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()
H A Dbpf_cubic.c398 if (tcp_in_slow_start(tp)) { in BPF_PROG()
531 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_PROG()
/linux/net/ipv4/
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_hybla.c116 if (tcp_in_slow_start(tp)) { in hybla_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_cong.c504 if (tcp_in_slow_start(tp)) { in tcp_reno_cong_avoid()
/linux/include/net/
H A Dtcp.h1528 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
1601 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()