Searched refs:min_wait (Results 1 – 1 of 1) sorted by relevance
503 struct timeval now, min_wait, tv; in sctp_mark_all_for_resend() local533 min_wait = now; in sctp_mark_all_for_resend()534 timevalsub(&min_wait, &tv); in sctp_mark_all_for_resend()535 if (min_wait.tv_sec < 0 || min_wait.tv_usec < 0) { in sctp_mark_all_for_resend()542 min_wait.tv_sec = min_wait.tv_usec = 0; in sctp_mark_all_for_resend()546 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()597 if ((chk->sent_rcv_time.tv_sec > min_wait.tv_sec) && (window_probe == 0)) { in sctp_mark_all_for_resend()610 } else if ((chk->sent_rcv_time.tv_sec == min_wait.tv_sec) && in sctp_mark_all_for_resend()616 if (chk->sent_rcv_time.tv_usec >= min_wait.tv_usec) { in sctp_mark_all_for_resend()