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.c49 static int hystart = 1; variable
189 if (hystart) in BPF_PROG()
192 if (!hystart && initial_ssthresh) in BPF_PROG()
399 if (hystart && after(ack, ca->end_seq)) in BPF_PROG()
531 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_PROG()