Lines Matching refs:ssthresh
3433 net->ssthresh = net->cwnd / 2;
3434 if (net->ssthresh < (net->mtu*2)) {
3435 net->ssthresh = 2 * net->mtu;
3437 net->cwnd = net->ssthresh;
3443 net->ssthresh = net->cwnd - (int)((net->cwnd / 100) *
3445 net->cwnd = net->ssthresh;
3908 if (net->cwnd <= net->ssthresh) {
4150 * need to do is adjust ssthresh and
4160 net->ssthresh = net->cwnd / 2;
4161 if (net->ssthresh < (net->mtu*2)) {
4162 net->ssthresh = 2 * net->mtu;
4164 net->cwnd = net->ssthresh;