Home
last modified time | relevance | path

Searched refs:sysctl_tcp_max_ssthresh (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_cong.c18 int sysctl_tcp_max_ssthresh = 0; variable
320 if (sysctl_tcp_max_ssthresh > 0 && tp->snd_cwnd > sysctl_tcp_max_ssthresh) in tcp_slow_start()
321 cnt = sysctl_tcp_max_ssthresh >> 1; /* limited slow start */ in tcp_slow_start()
Dsysctl_net_ipv4.c738 .data = &sysctl_tcp_max_ssthresh,