Home
last modified time | relevance | path

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

/original-bsd/sys/netiso/
H A Dtp_subr.c264 tpcb->tp_cong_win / tpcb->tp_l_tpdusize) / 2;
276 tpcb->tp_cong_win = tpcb->tp_l_tpdusize;
278 tpcb->tp_cong_win = tpcb->tp_ssthresh +
286 tpcb->tp_cong_win += tpcb->tp_l_tpdusize;
297 tpcb->tp_cong_win > tpcb->tp_ssthresh)
298 tpcb->tp_cong_win = tpcb->tp_ssthresh;
340 u_int cw = tpcb->tp_cong_win, incr = tpcb->tp_l_tpdusize;
345 tpcb->tp_cong_win =
378 bang, cdt, old_fcredit, tpcb->tp_cong_win);
456 tpcb->tp_cong_win = tpcb->tp_l_tpdusize;
[all …]
H A Dtp_subr2.c125 tpcb->tp_cong_win
345 tpcb->tp_cong_win, tpcb->tp_decbit);
349 tpcb->tp_cong_win = tpcb->tp_l_tpdusize;
353 tpcb->tp_cong_win = tpcb->tp_l_tpdusize; /* might as well quench source also */
556 tpcb->tp_cong_win =
H A Dtp_timer.c232 win = min(tpcb->tp_fcredit, (tpcb->tp_cong_win / tpcb->tp_l_tpdusize / 2));
234 tpcb->tp_cong_win = tpcb->tp_l_tpdusize; /* slow start again. */
H A Dtp_pcb.h146 u_long tp_cong_win; /* congestion window in bytes. member
H A Dtp.trans363 $P.tp_cong_win = $P.tp_fcredit * $P.tp_l_tpdusize;
556 $P.tp_cong_win = $$.e_cdt * $P.tp_l_tpdusize;
587 $P.tp_cong_win = 1 * $P.tp_l_tpdusize;
941 $P.tp_cong_win = 1 * $P.tp_l_tpdusize;
990 $P.tp_cong_win = 1 * $P.tp_l_tpdusize;
H A Dtp_pcb.c686 tpcb->tp_cong_win =
/original-bsd/sys/tests/netiso/
H A Dtpcb.c190 Entry(cong_win, tp_cong_win),