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

  /src/sys/netinet/
dccp_tfrc.c 1345 u_int8_t num_later = 0, win_count; local in function:tfrc_recv_add_hist
1362 num_later = 1;
1377 num_later++;
1379 if (num_later == TFRC_RECV_NUM_LATE_LOSS) {
1387 if (elm2 == NULL && num_later < TFRC_RECV_NUM_LATE_LOSS) {
1396 num_later = TFRC_RECV_NUM_LATE_LOSS + 1;
1397 TFRC_RECV_FINDDATAPACKET(cb, elm, num_later);
1409 num_later = TFRC_RECV_NUM_LATE_LOSS + 1;
1410 TFRC_RECV_FINDDATAPACKET(cb, elm2, num_later);
1412 num_later = 1
1452 u_int8_t num_later = TFRC_RECV_NUM_LATE_LOSS; local in function:tfrc_recv_detectLoss
1513 u_int8_t num_later = TFRC_RECV_NUM_LATE_LOSS; local in function:tfrc_recv_updateLI
    [all...]

Completed in 13 milliseconds