Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_timer.c852 uint32_t ms_goneby; in sctp_t3rxt_timer() local
856 ms_goneby = (uint32_t)(now.tv_sec - net->last_sent_time.tv_sec) * 1000; in sctp_t3rxt_timer()
858 ms_goneby = 0; in sctp_t3rxt_timer()
861 if ((ms_goneby > net->RTO) || (net->RTO == 0)) { in sctp_t3rxt_timer()