Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Ddccp_tfrc.c1453 long seq_temp = 0; in tfrc_recv_detectLoss() local
1479 seq_temp = ((long) (elm->seq)) - ((long) elm2->seq); in tfrc_recv_detectLoss()
1481 if (seq_temp < 0) in tfrc_recv_detectLoss()
1482 seq_temp = seq_temp + DCCP_SEQ_NUM_LIMIT; in tfrc_recv_detectLoss()
1484 if (seq_temp != 1) { in tfrc_recv_detectLoss()
1487 seq_temp = seq_temp - 1; in tfrc_recv_detectLoss()
1488 …if (seq_temp % DCCP_NDP_LIMIT != ((int) elm->ndp - (int) elm2->ndp + DCCP_NDP_LIMIT) % DCCP_NDP_LI… in tfrc_recv_detectLoss()
1514 long seq_temp = 0; in tfrc_recv_updateLI() local
1561 seq_temp = seq_loss - ((long) ((TAILQ_FIRST(&(cb->li_hist)))->seq)); in tfrc_recv_updateLI()
1562 if (seq_temp < 0) in tfrc_recv_updateLI()
[all …]