Searched refs:hystart (Results 1 – 1 of 1) 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() 395 /* hystart triggers when cwnd is larger than some threshold */ in hystart_update() 474 if (!ca->found && tcp_in_slow_start(tp) && hystart) in cubictcp_acked()