Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctputil.c1872 int rto_val; in sctp_timer_start() local
1879 rto_val = stcb->asoc.initial_rto; in sctp_timer_start()
1881 rto_val = net->RTO; in sctp_timer_start()
1883 to_ticks = MSEC_TO_TICKS(rto_val); in sctp_timer_start()