Searched refs:sysctl_tcp_bic_low_window (Results 1 – 3 of 3) sorted by relevance
263 &sysctl_tcp_bic_low_window, sizeof(int), 0644, NULL,
109 int sysctl_tcp_bic_low_window = 14; variable2034 if (tp->snd_cwnd <= sysctl_tcp_bic_low_window) in bictcp_cwnd()
492 extern int sysctl_tcp_bic_low_window;1142 if (tp->snd_cwnd > sysctl_tcp_bic_low_window) in tcp_recalc_ssthresh()