Searched refs:tx_rtt (Results 1 - 3 of 3) 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.c91 return scaled_div(w_init << 6, hc->tx_rtt);
113 return delta / hc->tx_rtt;
149 } else if (ktime_us_delta(now, hc->tx_t_ld) - (s64)hc->tx_rtt >= 0) {
153 scaled_div(((__u64)hc->tx_s) << 6, hc->tx_rtt));
189 quarter_rtts = (4 * delta) / hc->tx_rtt;
311 hc->tx_rtt = dp->dccps_syn_rtt;
321 hc->tx_rtt = DCCP_FALLBACK_RTT;
415 hc->tx_rtt = tfrc_ewma(hc->tx_rtt, r_sample, 9);
442 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, h
[all...]
H A Dccid3.h81 * @tx_rtt: Estimate of current round trip time in usecs
102 #define tx_rtt tx_tfrc.tfrctx_rtt macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dprobe.c90 hc->tx_s, hc->tx_rtt, hc->tx_p,

Completed in 100 milliseconds