Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bic.c33 static int initial_ssthresh; variable
44 module_param(initial_ssthresh, int, 0644);
45 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
76 if (initial_ssthresh) in bictcp_init()
77 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in bictcp_init()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c44 static int initial_ssthresh;
183 if (!hystart && initial_ssthresh) in BPF_PROG()
184 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in BPF_PROG()
51 static int initial_ssthresh; global() variable