Home
last modified time | relevance | path

Searched refs:PIE_FIX_POINT_BITS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.h48 #define PIE_FIX_POINT_BITS 13 macro
49 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)
H A Ddn_aqm_pie.c242 p >>= 11 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
244 p >>= 9 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
246 p >>= 7 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
248 p >>= 5 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
250 p >>= 3 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
252 p >>= 1 + PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
254 p >>= PIE_FIX_POINT_BITS + 12; in calculate_drop_prob()
515 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c414 p >>= 11 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
416 p >>= 9 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
418 p >>= 7 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
420 p >>= 5 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
422 p >>= 3 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
424 p >>= 1 + PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
426 p >>= PIE_FIX_POINT_BITS + 12; in fq_calculate_drop_prob()
706 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in pie_enqueue()
/f-stack/tools/ipfw/
H A Ddummynet.c165 #define PIE_FIX_POINT_BITS 13 macro
166 #define PIE_SCALE (1L<<PIE_FIX_POINT_BITS)