HomeSort by: relevance | last modified time | path
    Searched defs:seq_loss (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
dccp_tfrc.c 1454 long seq_loss = -1; local in function:tfrc_recv_detectLoss
1489 seq_loss = (elm2->seq + 1) % DCCP_SEQ_NUM_LIMIT;
1495 if (seq_loss != -1) {
1500 tfrc_recv_updateLI(cb, seq_loss, win_loss);
1504 * seq_loss - sequence number of lost packet (-1 for none)
1509 tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t win_loss)
1518 if (seq_loss != -1) { /* we have found a packet loss! */
1520 TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int) win_loss));
1543 li_elm->seq = seq_loss;
1561 seq_temp = seq_loss - ((long) ((TAILQ_FIRST(&(cb->li_hist)))->seq))
    [all...]
dccp_tfrc.c 1454 long seq_loss = -1; local in function:tfrc_recv_detectLoss
1489 seq_loss = (elm2->seq + 1) % DCCP_SEQ_NUM_LIMIT;
1495 if (seq_loss != -1) {
1500 tfrc_recv_updateLI(cb, seq_loss, win_loss);
1504 * seq_loss - sequence number of lost packet (-1 for none)
1509 tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t win_loss)
1518 if (seq_loss != -1) { /* we have found a packet loss! */
1520 TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int) win_loss));
1543 li_elm->seq = seq_loss;
1561 seq_temp = seq_loss - ((long) ((TAILQ_FIRST(&(cb->li_hist)))->seq))
    [all...]
dccp_tfrc.c 1454 long seq_loss = -1; local in function:tfrc_recv_detectLoss
1489 seq_loss = (elm2->seq + 1) % DCCP_SEQ_NUM_LIMIT;
1495 if (seq_loss != -1) {
1500 tfrc_recv_updateLI(cb, seq_loss, win_loss);
1504 * seq_loss - sequence number of lost packet (-1 for none)
1509 tfrc_recv_updateLI(struct tfrc_recv_ccb * cb, long seq_loss, u_int8_t win_loss)
1518 if (seq_loss != -1) { /* we have found a packet loss! */
1520 TFRC_DEBUG((LOG_INFO, "TFRC - seqloss=%i, winloss=%i\n", (int) seq_loss, (int) win_loss));
1543 li_elm->seq = seq_loss;
1561 seq_temp = seq_loss - ((long) ((TAILQ_FIRST(&(cb->li_hist)))->seq))
    [all...]

Completed in 193 milliseconds