Home | History | Annotate | Download | only in netinet

Lines Matching refs:cv_ts

257 	cb->cv_hs = cb->cv_ts = 0;
299 cb->cv_hs = cb->cv_ts = 0;
516 while (_cwndvector_state(cb, lastok) == 0x00 && lastok < cb->cv_ts)
670 for (seqnr = cb->cv_hs; seqnr < cb->cv_ts; seqnr++) {
720 if (cb->cv_hs == cb->cv_ts) {
722 cb->cv_hs = cb->cv_ts = seqnr;
750 cb->cv_ts = seqnr+1;
751 if (cb->cv_ts == 0x1000000000000LL)
752 cb->cv_ts = 0;
781 if (cb->cv_hs == cb->cv_ts) {
816 if (cb->cv_hs == cb->cv_ts)