Lines Matching refs:cwnd
317 int old_cwnd=net->cwnd;
319 net->ssthresh = net->cwnd >> 1;
323 net->cwnd = net->mtu;
325 if (net->cwnd < net->mtu)
326 net->cwnd = net->mtu;
328 sctp_log_cwnd(net, net->cwnd-old_cwnd, SCTP_CWND_LOG_FROM_RTX);
334 printf("collapse cwnd to 1MTU ssthresh to %d\n",
655 printf("Net:%p c-f cwnd:%d ssthresh:%d\n",
656 lnets, lnets->cwnd, lnets->ssthresh);
749 * satellite cwnd advance.
754 /* Backoff the timer and cwnd */