Searched refs:SCTP_RTT_SHIFT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/netinet/
H A Dsctp_timer.h41 #define SCTP_RTT_SHIFT 3 macro
H A Dsctp_timer.c512 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
H A Dsctputil.c2516 * (net->lastsa >> SCTP_RTT_SHIFT) is the srtt
2520 rtt -= (net->lastsa >> SCTP_RTT_SHIFT);
2534 net->lastsa = rtt << SCTP_RTT_SHIFT;
2543 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
H A Dsctp_cc_functions.c1903 uint32_t srtt = net->lastsa >> SCTP_RTT_SHIFT;
H A Dsctp_indata.c3842 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
4640 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
H A Dsctp_usrreq.c2603 paddri->spinfo_srtt = net->lastsa >> SCTP_RTT_SHIFT;
2689 sstat->sstat_primary.spinfo_srtt = net->lastsa >> SCTP_RTT_SHIFT;

Completed in 180 milliseconds