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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_timer.c845 unsigned int ms_goneby; local
849 ms_goneby = (now.tv_sec - net->last_sent_time.tv_sec) * 1000;
851 ms_goneby = 0;
854 if ((ms_goneby > net->RTO) || (net->RTO == 0)) {

Completed in 104 milliseconds