Lines Matching defs:opt
927 struct nlattr *opt = tca[TCA_OPTIONS];
933 if (opt == NULL)
936 err = nla_parse_nested_deprecated(tb, TCA_HFSC_MAX, opt, hfsc_policy,
1393 hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt,
1402 if (!opt || nla_len(opt) < sizeof(*qopt))
1404 qopt = nla_data(opt);
1436 hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt,
1442 if (nla_len(opt) < sizeof(*qopt))
1444 qopt = nla_data(opt);