Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h286 int lastsv; member
H A Dsctputil.c2992 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()
2993 net->lastsv += rtt; in sctp_calculate_rto()
3002 net->lastsv = (rtt / 2) << SCTP_RTT_VAR_SHIFT; in sctp_calculate_rto()
3007 if (net->lastsv == 0) { in sctp_calculate_rto()
3008 net->lastsv = SCTP_CLOCK_GRANULARITY; in sctp_calculate_rto()
3010 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
H A Dsctp_timer.c517 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_mark_all_for_resend()
H A Dsctp_indata.c4172 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_express_handle_sack()
4917 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_handle_sack()
H A Dsctp_pcb.c4341 memset(&net->lastsv, 0, sizeof(net->lastsv)); in sctp_remove_net()