HomeSort by: relevance | last modified time | path
    Searched refs:lastsv (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 154 int lastsv; member in struct:sctp_nets
sctputil.c 1676 return (((net->lastsa >> 2) + net->lastsv) >> 1);
1679 return (((net->lastsa >> 2) + net->lastsv) >> 1);
1683 return (((net->lastsa >> 2) + net->lastsv) >> 1);
1689 /* if (net->lastsv || net->lastsa) {*/
1691 /* net->lastsv = (int) *//* RTTVAR */
1692 /* (((double)(1.0 - 0.25) * (double)net->lastsv) +
1700 /* net->lastsv = calc_time / 2; *//* RTTVAR */
1703 /* if (net->lastsv == 0) {
1704 net->lastsv = SCTP_CLOCK_GRANULARITY;
1706 new_rto = net->lastsa + 4 * net->lastsv;
    [all...]
sctp_timer.c 375 cur_rto = (((net->lastsa >> 2) + net->lastsv) >> 1);
sctp_usrreq.c 2076 paddri->spinfo_srtt = ((net->lastsa >> 2) + net->lastsv) >> 1;
sctp_indata.c 4022 net->RTO = ((net->lastsa >> 2) + net->lastsv) >> 1;
sctp_input.c 2907 rtt = ((net->lastsa >> 2) + net->lastsv) >> 1;

Completed in 25 milliseconds