Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c56 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
460 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
484 if (hystart_detect & HYSTART_DELAY) { in hystart_update()