Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
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-6.6.21/tools/testing/selftests/bpf/progs/
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()
520 if (!ca->found && tcp_in_slow_start(tp) && hystart && in BPF_STRUCT_OPS()