Searched refs:highseq (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_subr.c463 * c) it hits seq number (highseq) limited by cong or credit.
483 SeqNum highseq, checkseq; local
502 highseq = SEQ(tpcb, tpcb->tp_fcredit + tpcb->tp_snduna);
504 highseq = SEQ_MIN(tpcb, highseq, tpcb->tp_sndnew);
509 tpcb, tpcb->tp_sndnxt, cong_win, highseq);
523 tpcb->tp_sndnxt, highseq, tpcb->tp_fcredit, cong_win);
538 if (idle && SEQ_LT(tpcb, tpcb->tp_sndnum, highseq))
539 checkseq = highseq; /* i.e. DON'T retain highest assigned
542 while ((SEQ_LT(tpcb, tpcb->tp_sndnxt, highseq))
[all...]

Completed in 109 milliseconds