Searched refs:ccid3hctx_x_calc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid3.h80 * @ccid3hctx_x_calc - Calculated rate in bytes per second
102 #define ccid3hctx_x_calc ccid3hctx_tfrc.tfrctx_x_calc macro
H A Dccid3.c151 hctx->ccid3hctx_x = min(((__u64)hctx->ccid3hctx_x_calc) << 6,
171 hctx->ccid3hctx_x_calc,
264 BUG_ON(hctx->ccid3hctx_p && !hctx->ccid3hctx_x_calc);
267 (hctx->ccid3hctx_x_calc > (hctx->ccid3hctx_x_recv >> 5))) {
277 hctx->ccid3hctx_x_recv = hctx->ccid3hctx_x_calc;
502 hctx->ccid3hctx_x_calc =
513 hctx->ccid3hctx_x_calc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dprobe.c98 hctx->ccid3hctx_p, hctx->ccid3hctx_x_calc,

Completed in 58 milliseconds