Searched refs:rx_s (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.h146 * @rx_s: Received packet size in bytes
158 u16 rx_s; member in struct:ccid3_hc_rx_sock
H A Dccid3.c757 fval = scaled_div(hc->rx_s, hc->rx_rtt);
779 hc->rx_s = payload;
797 hc->rx_s = tfrc_ewma(hc->rx_s, payload, 9);

Completed in 43 milliseconds