Searched refs:red_check_params (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/net/ |
D | red.h | 171 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog) in red_check_params() function
|
/Linux-v5.4/net/sched/ |
D | sch_red.c | 216 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in red_change()
|
D | sch_choke.c | 370 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in choke_change()
|
D | sch_sfq.c | 640 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
|
D | sch_gred.c | 483 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) { in gred_change_vq()
|