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

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_subr.c484 int idle, idleticks, off, cong_win; local
501 cong_win = tpcb->tp_cong_win;
509 tpcb, tpcb->tp_sndnxt, cong_win, highseq);
517 tpcb->tp_sndnxt, cong_win, tpcb->tp_fcredit, tpcb->tp_cong_win);
523 tpcb->tp_sndnxt, highseq, tpcb->tp_fcredit, cong_win);
542 while ((SEQ_LT(tpcb, tpcb->tp_sndnxt, highseq)) && m && cong_win > 0) {
549 cong_win -= len;

Completed in 205 milliseconds