Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c493 struct timeval now, min_wait, tv; local
525 timersub(&now, &tv, &min_wait);
527 min_wait = now;
528 timevalsub(&min_wait, &tv);
530 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) {
537 min_wait.tv_sec = min_wait.tv_usec = 0;
541 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
592 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) {
605 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) &&
611 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) {