Lines Matching refs:maxout
272 if (t->nout < t->maxout
683 if (t->nout >= t->maxout)
793 if (t->maxout != 1) {
794 t->ssthresh = t->maxout / 2;
795 t->maxout = 1;
997 if (!t || t->maxout >= t->nframes)
999 if (t->maxout < t->ssthresh)
1000 t->maxout += 1;
1001 else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
1002 t->maxout += 1;
1003 t->next_cwnd = t->maxout;
1462 t->maxout = t->nframes / 2;
1574 if (n < t->maxout)
1607 t->maxout = 1;