Searched refs:lastsv (Results 1 – 5 of 5) sorted by relevance
269 int lastsv; member
3004 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()3005 net->lastsv += rtt; in sctp_calculate_rto()3014 net->lastsv = (rtt / 2) << SCTP_RTT_VAR_SHIFT; in sctp_calculate_rto()3019 if (net->lastsv == 0) { in sctp_calculate_rto()3020 net->lastsv = SCTP_CLOCK_GRANULARITY; in sctp_calculate_rto()3022 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
521 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()
4186 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_express_handle_sack()4931 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_handle_sack()
4428 memset(&net->lastsv, 0, sizeof(net->lastsv)); in sctp_remove_net()