Searched refs:initial_ssthresh (Results 1 – 3 of 3) sorted by relevance
33 static int initial_ssthresh; variable44 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()
51 static int initial_ssthresh __read_mostly;69 module_param(initial_ssthresh, int, 0644);70 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");138 if (!hystart && initial_ssthresh) in cubictcp_init()139 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in cubictcp_init()
51 static int initial_ssthresh; variable190 if (!hystart && initial_ssthresh) in BPF_PROG()191 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in BPF_PROG()