Searched refs:tfrc_ewma (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/lib/
H A Dtfrc.h50 * tfrc_ewma - Exponentially weighted moving average
53 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.c175 hc->tx_s = tfrc_ewma(hc->tx_s, len, 9);
415 hc->tx_rtt = tfrc_ewma(hc->tx_rtt, r_sample, 9);
797 hc->rx_s = tfrc_ewma(hc->rx_s, payload, 9);
827 hc->rx_rtt = tfrc_ewma(hc->rx_rtt, sample, 9);

Completed in 57 milliseconds