Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dsysctl_net_ipv4.c263 &sysctl_tcp_bic_low_window, sizeof(int), 0644, NULL,
Dtcp_input.c109 int sysctl_tcp_bic_low_window = 14; variable
2034 if (tp->snd_cwnd <= sysctl_tcp_bic_low_window) in bictcp_cwnd()
/linux-2.4.37.9/include/net/
Dtcp.h492 extern int sysctl_tcp_bic_low_window;
1142 if (tp->snd_cwnd > sysctl_tcp_bic_low_window) in tcp_recalc_ssthresh()