Home
last modified time | relevance | path

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

/linux/net/ipv4/
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()
A Dtcp_cubic.c51 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()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c43 static int initial_ssthresh; variable
183 if (!hystart && initial_ssthresh) in BPF_PROG()
184 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in BPF_PROG()
/linux/
A Dmodules.builtin.modinfo16 …e=bic_scale:int�tcp_cubic.parm=initial_ssthresh:initial value of slow start threshold�tcp_cubic.pa…
A DSystem.map130339 ffff800011dd1f1c d initial_ssthresh
A D.tmp_System.map130339 ffff800011dd1f1c d initial_ssthresh

Completed in 336 milliseconds