Searched refs:hystart (Results 1 – 2 of 2) sorted by relevance
55 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()
47 static int hystart = 1; variable180 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()