Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cubic.c56 static int hystart_ack_delta_us __read_mostly = 2000;
80 module_param(hystart_ack_delta_us, int, 0644);
81 MODULE_PARM_DESC(hystart_ack_delta_us, "spacing between ack's indicating train (usecs)");
406 if ((s32)(now - ca->last_ack) <= hystart_ack_delta_us) { in hystart_update()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c50 static int hystart_ack_delta_us = 2000; variable
463 if ((__s32)(now - ca->last_ack) <= hystart_ack_delta_us) { in hystart_update()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo