Searched refs:ccid3hctx_p (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.h82 * @ccid3hctx_p - Current loss event rate (0-1) scaled by 1000000
104 #define ccid3hctx_p ccid3hctx_tfrc.tfrctx_p macro
H A Dccid3.c149 if (hctx->ccid3hctx_p > 0) {
264 BUG_ON(hctx->ccid3hctx_p && !hctx->ccid3hctx_x_calc);
266 if (hctx->ccid3hctx_p == 0 ||
274 if (hctx->ccid3hctx_p == 0)
458 hctx->ccid3hctx_p = 0;
460 hctx->ccid3hctx_p = 1000000 / pinv;
501 if (hctx->ccid3hctx_p > 0)
505 hctx->ccid3hctx_p);
512 hctx->ccid3hctx_s, hctx->ccid3hctx_p,
/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 80 milliseconds