Home | History | Annotate | Download | only in netinet

Lines Matching defs:win_loss

1455 	u_int8_t win_loss = 0;
1496 win_loss = aLoss->win_count;
1500 tfrc_recv_updateLI(cb, seq_loss, win_loss);
1505 * win_loss - window counter for previous (from the lost packet view) packet
1509 tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t win_loss)
1520 TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int) win_loss));
1544 li_elm->win_count = win_loss;
1555 if ((win_loss > win_start
1556 && win_loss - win_start > TFRC_WIN_COUNT_PER_RTT) ||
1557 (win_loss < win_start
1558 && win_start - win_loss < TFRC_WIN_COUNT_LIMIT - TFRC_WIN_COUNT_PER_RTT)) {
1574 li_elm->win_count = win_loss;