Searched refs:lastsv (Results 1 – 5 of 5) sorted by relevance
318 int lastsv; member
2563 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()2564 net->lastsv += rtt; in sctp_calculate_rto()2573 net->lastsv = (rtt / 2) << SCTP_RTT_VAR_SHIFT; in sctp_calculate_rto()2578 if (net->lastsv == 0) { in sctp_calculate_rto()2579 net->lastsv = SCTP_CLOCK_GRANULARITY; in sctp_calculate_rto()2581 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
495 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
3870 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;4681 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
5207 memset(&net->lastsv, 0, sizeof(net->lastsv));