Home
last modified time | relevance | path

Searched refs:red_check_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/net/
Dred.h171 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog) in red_check_params() function
/Linux-v5.4/net/sched/
Dsch_red.c216 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in red_change()
Dsch_choke.c370 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) in choke_change()
Dsch_sfq.c640 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
Dsch_gred.c483 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) { in gred_change_vq()