Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_cubic.c55 static int hystart __read_mostly = 1;
75 module_param(hystart, int, 0644);
76 MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
135 if (hystart) in cubictcp_init()
138 if (!hystart && initial_ssthresh) in cubictcp_init()
471 if (!ca->found && tcp_in_slow_start(tp) && hystart && in cubictcp_acked()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c47 static int hystart = 1; variable
180 if (hystart) in BPF_PROG()
183 if (!hystart && initial_ssthresh) in BPF_PROG()
390 if (hystart && after(ack, ca->end_seq)) in BPF_STRUCT_OPS()
517 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_STRUCT_OPS()
/linux/
A Dmodules.builtin.modinfo16 …type=hystart_detect:int�tcp_cubic.parm=hystart:turn on/off hybrid slow start algorithm�tcp_cubic.p…
A DSystem.map130338 ffff800011dd1f18 d hystart
A D.tmp_System.map130338 ffff800011dd1f18 d hystart

Completed in 7485 milliseconds