Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dbpf_tracing_net.h164 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() function
174 if (tcp_in_slow_start(tp)) in tcp_is_cwnd_limited()
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()

Completed in 7 milliseconds