Searched refs:tx_x_calc (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.h80 * @tx_x_calc: Calculated rate in bytes per second
101 #define tx_x_calc tx_tfrc.tfrctx_x_calc macro
H A Dccid3.c146 hc->tx_x = min(((__u64)hc->tx_x_calc) << 6, min_rate);
160 (unsigned)(hc->tx_x >> 6), hc->tx_x_calc,
239 BUG_ON(hc->tx_p && !hc->tx_x_calc);
241 if (hc->tx_x_calc > (hc->tx_x_recv >> 5))
246 hc->tx_x_recv = hc->tx_x_calc;
442 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p);
449 hc->tx_s, hc->tx_p, hc->tx_x_calc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dprobe.c91 hc->tx_x_calc, hc->tx_x_recv >> 6,

Completed in 113 milliseconds