Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c45 static int initial_ssthresh; variable
192 if (!hystart && initial_ssthresh) in BPF_PROG()
193 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in BPF_PROG()