Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctputil.c1960 int rto_val; in sctp_timer_start() local
1967 rto_val = stcb->asoc.initial_rto; in sctp_timer_start()
1969 rto_val = net->RTO; in sctp_timer_start()
1971 to_ticks = MSEC_TO_TICKS(rto_val); in sctp_timer_start()