Searched refs:MSEC_TO_TICKS (Results 1 – 6 of 6) sorted by relevance
1971 to_ticks = MSEC_TO_TICKS(rto_val); in sctp_timer_start()1984 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()1986 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()1998 to_ticks = MSEC_TO_TICKS(stcb->asoc.delayed_ack); in sctp_timer_start()2006 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()2008 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()2048 to_ticks = MSEC_TO_TICKS(to_ticks); in sctp_timer_start()2062 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()2064 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()2081 to_ticks = MSEC_TO_TICKS(SCTP_ASOC_KILL_TIMEOUT); in sctp_timer_start()[all …]
591 #define MSEC_TO_TICKS(x) ((hz == 1000) ? x : ((((x) * hz) + 999) / 1000)) macro
4165 if (MSEC_TO_TICKS(sack->sack_delay) < 1) {4184 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(sack->sack_delay);5495 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);5501 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);5613 stcb->asoc.cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);5624 inp->sctp_ep.def_cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);
1913 if (net->cc_mod.htcp_ca.maxRTT < srtt && srtt <= net->cc_mod.htcp_ca.maxRTT + MSEC_TO_TICKS(20)) in measure_rtt()1972 if (ca->modeswitch && minRTT > (uint32_t) MSEC_TO_TICKS(10) && maxRTT) { in htcp_beta_update()
2594 …m->sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_delayed_sack_time_defa… in sctp_inpcb_alloc()2595 …m->sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_heartbeat_interva… in sctp_inpcb_alloc()2645 m->def_cookie_life = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_valid_cookie_life_default)); in sctp_inpcb_alloc()
3896 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_express_handle_sack()3898 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_express_handle_sack()