Searched refs:sysctl_tcp_max_ssthresh (Results 1 – 2 of 2) sorted by relevance
18 int sysctl_tcp_max_ssthresh = 0; variable320 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()
738 .data = &sysctl_tcp_max_ssthresh,