Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
75 module_param(hystart_detect, int, 0644);
76 MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"
402 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
434 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c48 static int hystart_detect = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
459 if (hystart_detect & HYSTART_ACK_TRAIN) { in hystart_update()
483 if (hystart_detect & HYSTART_DELAY) { in hystart_update()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo