Home
last modified time | relevance | path

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

/original-bsd/sys/netiso/
H A Dtp_subr.c440 SeqNum highseq, checkseq; local
460 highseq = SEQ(tpcb, tpcb->tp_fcredit + tpcb->tp_snduna);
462 highseq = SEQ_MIN(tpcb, highseq, tpcb->tp_sndnew);
466 tpcb, tpcb->tp_sndnxt, cong_win, highseq);
476 tpcb->tp_sndnxt, highseq, tpcb->tp_fcredit, cong_win);
491 if (idle && SEQ_LT(tpcb, tpcb->tp_sndnum, highseq))
492 checkseq = highseq; /* i.e. DON'T retain highest assigned packet */
494 while ((SEQ_LT(tpcb, tpcb->tp_sndnxt, highseq)) && m && cong_win > 0) {
512 tpcb->tp_sndnxt, highseq, eotsdu, len);