red_parms         182 include/net/red.h static inline void red_set_parms(struct red_parms *p,
red_parms         242 include/net/red.h static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms *p,
red_parms         290 include/net/red.h static inline unsigned long red_calc_qavg_no_idle_time(const struct red_parms *p,
red_parms         306 include/net/red.h static inline unsigned long red_calc_qavg(const struct red_parms *p,
red_parms         317 include/net/red.h static inline u32 red_random(const struct red_parms *p)
red_parms         322 include/net/red.h static inline int red_mark_probability(const struct red_parms *p,
red_parms         351 include/net/red.h static inline int red_cmp_thresh(const struct red_parms *p, unsigned long qavg)
red_parms         367 include/net/red.h static inline int red_action(const struct red_parms *p,
red_parms         397 include/net/red.h static inline void red_adaptative_algo(struct red_parms *p, struct red_vars *v)
red_parms          53 net/sched/sch_choke.c 	struct red_parms parms;
red_parms         223 net/sched/sch_choke.c 	const struct red_parms *p = &q->parms;
red_parms          42 net/sched/sch_gred.c 	struct red_parms parms;
red_parms          41 net/sched/sch_red.c 	struct red_parms	parms;
red_parms         129 net/sched/sch_sfq.c 	struct red_parms *red_parms;
red_parms         378 net/sched/sch_sfq.c 	if (q->red_parms) {
red_parms         379 net/sched/sch_sfq.c 		slot->vars.qavg = red_calc_qavg_no_idle_time(q->red_parms,
red_parms         382 net/sched/sch_sfq.c 		switch (red_action(q->red_parms,
red_parms         584 net/sched/sch_sfq.c 		if (q->red_parms)
red_parms         585 net/sched/sch_sfq.c 			slot->vars.qavg = red_calc_qavg(q->red_parms,
red_parms         629 net/sched/sch_sfq.c 	struct red_parms *p = NULL;
red_parms         673 net/sched/sch_sfq.c 			swap(q->red_parms, p);
red_parms         674 net/sched/sch_sfq.c 			red_set_parms(q->red_parms,
red_parms         728 net/sched/sch_sfq.c 	kfree(q->red_parms);
red_parms         793 net/sched/sch_sfq.c 	struct red_parms *p = q->red_parms;