Lines Matching full:opts
58 struct tc_red_qopt *opts;
75 opts = nla_data(tb[TCA_RED_PARMS]);
77 red->qr_limit = opts->limit;
78 red->qr_qth_min = opts->qth_min;
79 red->qr_qth_max = opts->qth_max;
80 red->qr_flags = opts->flags;
81 red->qr_wlog = opts->Wlog;
82 red->qr_plog = opts->Plog;
83 red->qr_scell_log = opts->Scell_log;
133 memset(&opts, 0, sizeof(opts));
134 opts.quantum = sfq->qs_quantum;
135 opts.perturb_period = sfq->qs_perturb;
136 opts.limit = sfq->qs_limit;
138 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0)