Searched refs:fast_convergence (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bic.c | 29 static int fast_convergence = 1; variable 36 module_param(fast_convergence, int, 0644); 37 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence"); 169 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in bictcp_recalc_ssthresh()
|
H A D | tcp_cubic.c | 47 static int fast_convergence __read_mostly = 1; 63 module_param(fast_convergence, int, 0644); 64 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence"); 356 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in bictcp_recalc_ssthresh()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bic.c | 29 static int fast_convergence = 1; variable 36 module_param(fast_convergence, int, 0644); 37 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence"); 169 if (tcp_snd_cwnd(tp) < ca->last_max_cwnd && fast_convergence) in bictcp_recalc_ssthresh()
|
H A D | tcp_cubic.c | 49 static int fast_convergence __read_mostly = 1; 65 module_param(fast_convergence, int, 0644); 66 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence"); 349 if (tcp_snd_cwnd(tp) < ca->last_max_cwnd && fast_convergence) in cubictcp_recalc_ssthresh()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 41 static int fast_convergence = 1; variable 414 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in BPF_STRUCT_OPS()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 41 static int fast_convergence = 1; variable 408 if (tp->snd_cwnd < ca->last_max_cwnd && fast_convergence) in BPF_STRUCT_OPS()
|
Completed in 6 milliseconds