Home
last modified time | relevance | path

Searched refs:hystart_ack_delta_us (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c58 static int hystart_ack_delta_us __read_mostly = 2000;
82 module_param(hystart_ack_delta_us, int, 0644);
83 MODULE_PARM_DESC(hystart_ack_delta_us, "spacing between ack's indicating train (usecs)");
399 if ((s32)(now - ca->last_ack) <= hystart_ack_delta_us) { in hystart_update()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c50 static int hystart_ack_delta_us = 2000; variable
457 if ((__s32)(now - ca->last_ack) <= hystart_ack_delta_us) { in hystart_update()

Completed in 4 milliseconds