Searched refs:rx_x_recv (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.h134 * @rx_x_recv: Receiver estimate of send rate (RFC 3448 4.3)
140 * @rx_x_recv: Receiver estimate of send rate (RFC 3448, sec. 4.3)
153 u32 rx_x_recv; member in struct:ccid3_hc_rx_sock
H A Dccid3.c662 hc->rx_x_recv = 0;
676 if (hc->rx_x_recv > 0)
684 hc->rx_x_recv = scaled_div32(hc->rx_bytes_recv, delta);
691 hc->rx_x_recv, hc->rx_pinv);
714 x_recv = htonl(hc->rx_x_recv);
751 if ((x_recv = hc->rx_x_recv) == 0) {
900 rx_info.tfrcrx_x_recv = hc->rx_x_recv;

Completed in 123 milliseconds