Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c55 static int hystart_low_window __read_mostly = 16;
78 module_param(hystart_low_window, int, 0644);
79 MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");
479 tp->snd_cwnd >= hystart_low_window) in bictcp_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c57 static int hystart_low_window __read_mostly = 16;
80 module_param(hystart_low_window, int, 0644);
81 MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");
472 tcp_snd_cwnd(tp) >= hystart_low_window) in cubictcp_acked()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c49 static int hystart_low_window = 16; variable
524 tp->snd_cwnd >= hystart_low_window) in BPF_STRUCT_OPS()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c49 static int hystart_low_window = 16; variable
521 tp->snd_cwnd >= hystart_low_window) in BPF_STRUCT_OPS()

Completed in 4 milliseconds