Searched refs:tfrc_ewma (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/net/dccp/ccids/lib/ |
D | tfrc.h | 49 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) in tfrc_ewma() function
|
/linux-5.19.10/net/dccp/ccids/ |
D | ccid3.c | 166 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()
|