Home
last modified time | relevance | path

Searched refs:lastsv (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h269 int lastsv; member
H A Dsctputil.c3004 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()
H A Dsctp_timer.c521 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()
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_pcb.c4428 memset(&net->lastsv, 0, sizeof(net->lastsv)); in sctp_remove_net()