Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_timer.h43 #define SCTP_RTT_SHIFT 3 macro
H A Dsctp_timer.c521 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()
H A Dsctputil.c2999 rtt -= (net->lastsa >> SCTP_RTT_SHIFT); in sctp_calculate_rto()
3013 net->lastsa = rtt << SCTP_RTT_SHIFT; in sctp_calculate_rto()
3022 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
H A Dsctp_indata.c4186 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()
H A Dsctp_cc_functions.c1895 uint32_t srtt = net->lastsa >> SCTP_RTT_SHIFT; in measure_rtt()
H A Dsctp_usrreq.c2562 paddri->spinfo_srtt = net->lastsa >> SCTP_RTT_SHIFT;
2648 sstat->sstat_primary.spinfo_srtt = net->lastsa >> SCTP_RTT_SHIFT;