Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
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()
340 if (hystart && after(ack, ca->end_seq)) in bictcp_cong_avoid()
477 if (!ca->found && tcp_in_slow_start(tp) && hystart && in bictcp_acked()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
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()