Lines Matching defs:ctl
240 struct tc_red_qopt *ctl;
253 ctl = nla_data(tb[TCA_RED_PARMS]);
255 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog,
256 ctl->Scell_log, stab))
259 err = red_get_flags(ctl->flags, TC_RED_HISTORIC_FLAGS,
265 if (ctl->limit > 0) {
266 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit,
284 q->limit = ctl->limit;
292 ctl->qth_min, ctl->qth_max, ctl->Wlog,
293 ctl->Plog, ctl->Scell_log,
299 if (ctl->flags & TC_RED_ADAPTATIVE)