Searched refs:red_check_params (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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-v4.19/net/sched/ |
D | sch_red.c | 217 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in red_change()
|
D | sch_choke.c | 373 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in choke_change()
|
D | sch_gred.c | 360 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in gred_change_vq()
|
D | sch_sfq.c | 642 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
|