Searched refs:cur_rto (Results 1 – 1 of 1) sorted by relevance
504 int cur_rto; in sctp_mark_all_for_resend() local521 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()522 cur_rto *= 1000; in sctp_mark_all_for_resend()524 sctp_log_fr(cur_rto, in sctp_mark_all_for_resend()531 tv.tv_sec = cur_rto / 1000000; in sctp_mark_all_for_resend()532 tv.tv_usec = cur_rto % 1000000; in sctp_mark_all_for_resend()545 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()