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

  /src/sys/netinet/
dccp_tfrc.c 367 u_int32_t next_time_out = 1; /* remove init! */ local in function:tfrc_time_no_feedback
405 next_time_out = v.num / v.denom;
406 if (next_time_out < TFRC_INITIAL_TIMEOUT * 1000000)
407 next_time_out = TFRC_INITIAL_TIMEOUT * 1000000;
455 next_time_out = v.num / v.denom;
456 if (next_time_out < cb->t_rto)
457 next_time_out = cb->t_rto;
466 next_time_out = next_time_out / (1000000 / hz);
467 if (next_time_out == 0
826 u_int32_t next_time_out; local in function:tfrc_send_packet_recv
    [all...]
dccp_tfrc.c 367 u_int32_t next_time_out = 1; /* remove init! */ local in function:tfrc_time_no_feedback
405 next_time_out = v.num / v.denom;
406 if (next_time_out < TFRC_INITIAL_TIMEOUT * 1000000)
407 next_time_out = TFRC_INITIAL_TIMEOUT * 1000000;
455 next_time_out = v.num / v.denom;
456 if (next_time_out < cb->t_rto)
457 next_time_out = cb->t_rto;
466 next_time_out = next_time_out / (1000000 / hz);
467 if (next_time_out == 0
826 u_int32_t next_time_out; local in function:tfrc_send_packet_recv
    [all...]

Completed in 21 milliseconds