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

/freebsd-10.2-release/sys/netinet/
H A Dsctp_timer.c838 unsigned int ms_goneby; local
842 ms_goneby = (now.tv_sec - net->last_sent_time.tv_sec) * 1000;
844 ms_goneby = 0;
847 if ((ms_goneby > net->RTO) || (net->RTO == 0)) {

Completed in 47 milliseconds