Searched refs:ccid3hcrx_rtt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.h130 * @ccid3hcrx_rtt - Receiver estimate of rtt (non-standard)
148 #define ccid3hcrx_rtt ccid3hcrx_tfrc.tfrcrx_rtt macro
H A Dccid3.c1040 rtt_prev = hcrx->ccid3hcrx_rtt;
1045 hcrx->ccid3hcrx_rtt = r_sample;
1047 hcrx->ccid3hcrx_rtt = (hcrx->ccid3hcrx_rtt * 9) / 10 +
1050 if (rtt_prev != hcrx->ccid3hcrx_rtt)
1052 dccp_role(sk), sk, hcrx->ccid3hcrx_rtt,
1092 (suseconds_t)hcrx->ccid3hcrx_rtt) >= 0) {
1136 hcrx->ccid3hcrx_rtt = 0;
1167 info->tcpi_rcv_rtt = hcrx->ccid3hcrx_rtt;

Completed in 119 milliseconds