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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h135 * @rx_rtt: Receiver estimate of rtt (non-standard)
141 * @rx_rtt: Receiver estimate of RTT
154 u32 rx_rtt; member in struct:ccid3_hc_rx_sock
H A Dccid3.c742 if (hc->rx_rtt == 0) {
744 hc->rx_rtt = DCCP_FALLBACK_RTT;
757 fval = scaled_div(hc->rx_s, hc->rx_rtt);
827 hc->rx_rtt = tfrc_ewma(hc->rx_rtt, sample, 9);
881 info->tcpi_rcv_rtt = hc->rx_rtt;
901 rx_info.tfrcrx_rtt = hc->rx_rtt;

Completed in 47 milliseconds