Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cubic.c53 static int hystart __read_mostly = 1;
73 module_param(hystart, int, 0644);
74 MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
142 if (hystart) in bictcp_init()
145 if (!hystart && initial_ssthresh) in bictcp_init()
478 if (!ca->found && tcp_in_slow_start(tp) && hystart && in bictcp_acked()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c47 static int hystart = 1; variable
184 if (hystart) in BPF_PROG()
187 if (!hystart && initial_ssthresh) in BPF_PROG()
396 if (hystart && after(ack, ca->end_seq)) in BPF_STRUCT_OPS()
523 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_STRUCT_OPS()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo