Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_timer.c476 struct timeval now, min_wait, tv; local
508 timersub(&now, &tv, &min_wait);
510 min_wait = now;
511 timevalsub(&min_wait, &tv);
513 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) {
520 min_wait.tv_sec = min_wait.tv_usec = 0;
524 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
575 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) {
588 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) &&
594 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) {