Home
last modified time | relevance | path

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

/original-bsd/sys/netiso/
H A Dtp_subr.c244 (subseq == tpcb->tp_r_subseq && cdt <= tpcb->tp_fcredit)) {
252 if (cdt == tpcb->tp_fcredit /*&& thus subseq > tpcb->tp_r_subseq */) {
263 u_int win = min(tpcb->tp_fcredit,
300 old_fcredit = tpcb->tp_fcredit;
301 tpcb->tp_fcredit = cdt;
372 tpcb->tp_fcredit = cdt;
460 highseq = SEQ(tpcb, tpcb->tp_fcredit + tpcb->tp_snduna);
472 tpcb->tp_sndnxt, cong_win, tpcb->tp_fcredit, tpcb->tp_cong_win);
476 tpcb->tp_sndnxt, highseq, tpcb->tp_fcredit, cong_win);
H A Dtp_timer.c214 if (tpcb->tp_fcredit == 0) {
232 win = min(tpcb->tp_fcredit, (tpcb->tp_cong_win / tpcb->tp_l_tpdusize / 2));
H A Dtp.trans323 $P.tp_fcredit = $$.e_cdt;
346 $P.tp_fcredit = 1;
362 if (($P.tp_rx_strat & TPRX_FASTSTART) && ($P.tp_fcredit > 0))
363 $P.tp_cong_win = $P.tp_fcredit * $P.tp_l_tpdusize;
540 $P.tp_fcredit = 1;
554 $P.tp_fcredit = $$.e_cdt;
1077 $P.tp_sndnxt, $P.tp_snduna, $P.tp_fcredit, $P);
1223 if ($P.tp_fcredit == 0) {
H A Dtp_pcb.h143 u_short tp_fcredit; /* current remote credit in # packets */ member
H A Dtp_emit.c582 fcredit = htons(tpcb->tp_fcredit);
592 tpcb->tp_fcredit, 0);
612 if (tpcb->tp_fcredit == 0) {
/original-bsd/sys/tests/netiso/
H A Dtpcb.c187 Entry(fcredit, tp_fcredit),