Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c55 static int hystart = 1; variable
187 if (hystart) in BPF_PROG()
190 if (!hystart && initial_ssthresh) in BPF_PROG()
395 if (hystart && after(ack, ca->end_seq)) in BPF_PROG()
527 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_PROG()