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

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c1872 int rto_val; local
1879 rto_val = stcb->asoc.initial_rto;
1881 rto_val = net->RTO;
1883 to_ticks = MSEC_TO_TICKS(rto_val);

Completed in 100 milliseconds