Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c634 struct tc_sfq_qopt_v1 *ctl_v1 = NULL; in sfq_change() local
651 if (opt->nla_len >= nla_attr_size(sizeof(*ctl_v1))) in sfq_change()
652 ctl_v1 = nla_data(opt); in sfq_change()
669 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
670 ctl_v1->Wlog, ctl_v1->Scell_log, NULL)) in sfq_change()
672 if (ctl_v1 && ctl_v1->qth_min) { in sfq_change()
697 if (ctl_v1) { in sfq_change()
698 if (ctl_v1->depth) in sfq_change()
699 maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()
702 ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
[all …]