Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h322 int lastsv; member
Dsctputil.c3116 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()
3117 net->lastsv += rtt; in sctp_calculate_rto()
3126 net->lastsv = (rtt / 2) << SCTP_RTT_VAR_SHIFT; in sctp_calculate_rto()
3131 if (net->lastsv == 0) { in sctp_calculate_rto()
3132 net->lastsv = SCTP_CLOCK_GRANULARITY; in sctp_calculate_rto()
3134 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
Dsctp_timer.c512 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
Dsctp_indata.c4263 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
5049 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
Dsctp_pcb.c5199 memset(&net->lastsv, 0, sizeof(net->lastsv));