Searched refs:red_parms (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | red.h | 128 struct red_parms { struct 230 static inline void red_set_parms(struct red_parms *p, in red_set_parms() 290 static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms *p, in red_calc_qavg_from_idle_time() 338 static inline unsigned long red_calc_qavg_no_idle_time(const struct red_parms *p, in red_calc_qavg_no_idle_time() 354 static inline unsigned long red_calc_qavg(const struct red_parms *p, in red_calc_qavg() 365 static inline u32 red_random(const struct red_parms *p) in red_random() 370 static inline int red_mark_probability(const struct red_parms *p, in red_mark_probability() 399 static inline int red_cmp_thresh(const struct red_parms *p, unsigned long qavg) in red_cmp_thresh() 415 static inline int red_action(const struct red_parms *p, in red_action() 445 static inline void red_adaptative_algo(struct red_parms *p, struct red_vars *v) in red_adaptative_algo()
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_sfq.c | 129 struct red_parms *red_parms; member 378 if (q->red_parms) { in sfq_enqueue() 379 slot->vars.qavg = red_calc_qavg_no_idle_time(q->red_parms, in sfq_enqueue() 382 switch (red_action(q->red_parms, in sfq_enqueue() 584 if (q->red_parms) in sfq_rehash() 585 slot->vars.qavg = red_calc_qavg(q->red_parms, in sfq_rehash() 629 struct red_parms *p = NULL; in sfq_change() 673 swap(q->red_parms, p); in sfq_change() 674 red_set_parms(q->red_parms, in sfq_change() 728 kfree(q->red_parms); in sfq_destroy() [all …]
|
D | sch_choke.c | 53 struct red_parms parms; 217 const struct red_parms *p = &q->parms; in choke_enqueue()
|
D | sch_red.c | 45 struct red_parms parms;
|
D | sch_gred.c | 42 struct red_parms parms;
|