Searched refs:hystart_detect (Results 1 – 3 of 3) sorted by relevance
41 static unsigned int hystart_detect __read_mostly = 3;52 module_param(hystart_detect, uint, 0644);53 MODULE_PARM_DESC(hystart_detect, "use Hybrid Slow start "149 if (hystart_detect & HYSTART_ACK_TRAIN) { in tcp_cdg_hystart_update()171 if (hystart_detect & HYSTART_DELAY) { in tcp_cdg_hystart_update()269 if (tcp_in_slow_start(tp) && hystart_detect) in tcp_cdg_cong_avoid()
56 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;77 module_param(hystart_detect, int, 0644);78 MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"395 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()427 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable453 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()477 if (hystart_detect & HYSTART_DELAY) { in hystart_update()