Searched refs:MSEC_TO_TICKS (Results 1 – 7 of 7) sorted by relevance
78 ticks += MSEC_TO_TICKS(TIMEOUT_INTERVAL); in user_sctp_timer_iterate()
2003 to_ticks = MSEC_TO_TICKS(rto_val); in sctp_timer_start()2016 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()2018 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()2030 to_ticks = MSEC_TO_TICKS(stcb->asoc.delayed_ack); in sctp_timer_start()2038 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()2040 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()2080 to_ticks = MSEC_TO_TICKS(to_ticks); in sctp_timer_start()2094 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto); in sctp_timer_start()2096 to_ticks = MSEC_TO_TICKS(net->RTO); in sctp_timer_start()2116 to_ticks = MSEC_TO_TICKS(SCTP_ASOC_KILL_TIMEOUT); in sctp_timer_start()[all …]
638 #define MSEC_TO_TICKS(x) ((hz == 1000) ? x : ((((x) * hz) + 999) / 1000)) macro
1984 if (net->cc_mod.htcp_ca.maxRTT < srtt && srtt <= net->cc_mod.htcp_ca.maxRTT+MSEC_TO_TICKS(20)) in measure_rtt()2044 if (ca->modeswitch && minRTT > (uint32_t)MSEC_TO_TICKS(10) && maxRTT) { in htcp_beta_update()
4573 if (MSEC_TO_TICKS(sack->sack_delay) < 1) {4592 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(sack->sack_delay);5806 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);5813 inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(paddrp->spp_hbinterval);5925 stcb->asoc.cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);5936 inp->sctp_ep.def_cookie_life = MSEC_TO_TICKS(sasoc->sasoc_cookie_life);
2946 …m->sctp_timeoutticks[SCTP_TIMER_RECV] = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_delayed_sack_time_defa…2947 …m->sctp_timeoutticks[SCTP_TIMER_HEARTBEAT] = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_heartbeat_interva…2997 m->def_cookie_life = MSEC_TO_TICKS(SCTP_BASE_SYSCTL(sctp_valid_cookie_life_default));
3919 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto);3921 to_ticks = MSEC_TO_TICKS(net->RTO);