Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctputil.c1107 int rto_val; in sctp_timer_start() local
1113 rto_val = stcb->asoc.initial_rto; in sctp_timer_start()
1115 rto_val = net->RTO; in sctp_timer_start()
1117 to_ticks = MSEC_TO_TICKS(rto_val); in sctp_timer_start()