Home
last modified time | relevance | path

Searched refs:hystart_detect (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_cdg.c41 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()
H A Dtcp_cubic.c56 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
453 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
477 if (hystart_detect & HYSTART_DELAY) { in hystart_update()