Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bic.c32 static int initial_ssthresh; variable
43 module_param(initial_ssthresh, int, 0644);
44 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
77 if (initial_ssthresh) in bictcp_init()
78 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in bictcp_init()
Dtcp_cubic.c48 static int initial_ssthresh __read_mostly;
66 module_param(initial_ssthresh, int, 0644);
67 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
150 if (!hystart && initial_ssthresh) in bictcp_init()
151 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in bictcp_init()