ctl_v1 627 net/sched/sch_sfq.c struct tc_sfq_qopt_v1 *ctl_v1 = NULL; ctl_v1 635 net/sched/sch_sfq.c if (opt->nla_len >= nla_attr_size(sizeof(*ctl_v1))) ctl_v1 636 net/sched/sch_sfq.c ctl_v1 = nla_data(opt); ctl_v1 649 net/sched/sch_sfq.c if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, ctl_v1 650 net/sched/sch_sfq.c ctl_v1->Wlog)) ctl_v1 652 net/sched/sch_sfq.c if (ctl_v1 && ctl_v1->qth_min) { ctl_v1 669 net/sched/sch_sfq.c if (ctl_v1) { ctl_v1 670 net/sched/sch_sfq.c if (ctl_v1->depth) ctl_v1 671 net/sched/sch_sfq.c q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); ctl_v1 675 net/sched/sch_sfq.c ctl_v1->qth_min, ctl_v1->qth_max, ctl_v1 676 net/sched/sch_sfq.c ctl_v1->Wlog, ctl_v1 677 net/sched/sch_sfq.c ctl_v1->Plog, ctl_v1->Scell_log, ctl_v1 679 net/sched/sch_sfq.c ctl_v1->max_P); ctl_v1 681 net/sched/sch_sfq.c q->flags = ctl_v1->flags; ctl_v1 682 net/sched/sch_sfq.c q->headdrop = ctl_v1->headdrop;