Home
last modified time | relevance | path

Searched refs:tfrc_ewma (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dccp/ccids/lib/
H A Dtfrc.h49 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) in tfrc_ewma() function
/openbmc/linux/net/dccp/ccids/
H A Dccid3.c166 hc->tx_s = tfrc_ewma(hc->tx_s, len, 9); in ccid3_hc_tx_update_s()
388 hc->tx_rtt = tfrc_ewma(hc->tx_rtt, r_sample, 9); in ccid3_hc_tx_packet_recv()
737 hc->rx_s = tfrc_ewma(hc->rx_s, payload, 9); in ccid3_hc_rx_packet_recv()
767 hc->rx_rtt = tfrc_ewma(hc->rx_rtt, sample, 9); in ccid3_hc_rx_packet_recv()