Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_callout.c62 sctp_os_timer_start(sctp_os_timer_t *c, int to_ticks, void (*ftn) (void *), in sctp_os_timer_start() argument
88 if (to_ticks <= 0) in sctp_os_timer_start()
89 to_ticks = 1; in sctp_os_timer_start()
94 c->c_time = ticks + to_ticks; in sctp_os_timer_start()
Dsctputil.c1965 uint32_t to_ticks; in sctp_timer_start() local
1978 to_ticks = SCTP_ZERO_COPY_TICK_DELAY; in sctp_timer_start()
1982 to_ticks = SCTP_ZERO_COPY_SENDQ_TICK_DELAY; in sctp_timer_start()
1987 to_ticks = SCTP_ADDRESS_TICK_DELAY; in sctp_timer_start()
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()
[all …]
Dsctp_indata.c3902 int to_ticks; local
3919 to_ticks = MSEC_TO_TICKS(stcb->asoc.initial_rto);
3921 to_ticks = MSEC_TO_TICKS(net->RTO);
3925 (void)SCTP_OS_TIMER_START(&net->rxt_timer.timer, to_ticks,
3935 SCTP_OS_TIMER_START(&net->rxt_timer.timer, to_ticks,