Lines Matching refs:qopt
147 struct tc_sfb_qopt *qopt;
155 qopt = RTA_DATA(tb[TCA_SFB_PARMS]);
156 if (RTA_PAYLOAD(tb[TCA_SFB_PARMS]) < sizeof(*qopt))
163 qopt->limit, qopt->max, qopt->bin_size,
164 (double)qopt->increment / SFB_MAX_PROB,
165 (double)qopt->decrement / SFB_MAX_PROB,
166 qopt->penalty_rate, qopt->penalty_burst,
167 qopt->rehash_interval, qopt->warmup_time);