tfrc_ewma 188 net/dccp/ccids/ccid3.c hctx->ccid3hctx_s = tfrc_ewma(hctx->ccid3hctx_s, len, 9); tfrc_ewma 433 net/dccp/ccids/ccid3.c hctx->ccid3hctx_rtt = tfrc_ewma(hctx->ccid3hctx_rtt, r_sample, 9); tfrc_ewma 823 net/dccp/ccids/ccid3.c hcrx->ccid3hcrx_s = tfrc_ewma(hcrx->ccid3hcrx_s, payload, 9); tfrc_ewma 853 net/dccp/ccids/ccid3.c hcrx->ccid3hcrx_rtt = tfrc_ewma(hcrx->ccid3hcrx_rtt, sample, 9);