Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_sfq.c622 struct tc_sfq_qopt_v1 *ctl_v1 = NULL; in sfq_change() local
628 if (opt->nla_len >= nla_attr_size(sizeof(*ctl_v1))) in sfq_change()
629 ctl_v1 = nla_data(opt); in sfq_change()
633 if (ctl_v1 && ctl_v1->qth_min) { in sfq_change()
650 if (ctl_v1) { in sfq_change()
651 if (ctl_v1->depth) in sfq_change()
652 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()
656 ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
657 ctl_v1->Wlog, in sfq_change()
658 ctl_v1->Plog, ctl_v1->Scell_log, in sfq_change()
[all …]