Lines Matching refs:maxout
271 if (t->nout < t->maxout
682 if (t->nout >= t->maxout)
792 if (t->maxout != 1) {
793 t->ssthresh = t->maxout / 2;
794 t->maxout = 1;
989 if (!t || t->maxout >= t->nframes)
991 if (t->maxout < t->ssthresh)
992 t->maxout += 1;
993 else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
994 t->maxout += 1;
995 t->next_cwnd = t->maxout;
1454 t->maxout = t->nframes / 2;
1566 if (n < t->maxout)
1599 t->maxout = 1;