Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h318 int lastsv; member
Dsctputil.c2543 rtt -= (net->lastsv >> SCTP_RTT_VAR_SHIFT); in sctp_calculate_rto()
2544 net->lastsv += rtt; in sctp_calculate_rto()
2553 net->lastsv = (rtt / 2) << SCTP_RTT_VAR_SHIFT; in sctp_calculate_rto()
2558 if (net->lastsv == 0) { in sctp_calculate_rto()
2559 net->lastsv = SCTP_CLOCK_GRANULARITY; in sctp_calculate_rto()
2561 new_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv; in sctp_calculate_rto()
Dsctp_timer.c493 cur_rto = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
Dsctp_indata.c3865 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
4676 net->RTO = (net->lastsa >> SCTP_RTT_SHIFT) + net->lastsv;
Dsctp_pcb.c5112 memset(&net->lastsv, 0, sizeof(net->lastsv));