Lines Matching defs:opt
928 struct nlattr *opt = tca[TCA_OPTIONS];
934 if (opt == NULL)
937 err = nla_parse_nested_deprecated(tb, TCA_HFSC_MAX, opt, hfsc_policy,
1399 hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt,
1408 if (!opt || nla_len(opt) < sizeof(*qopt))
1410 qopt = nla_data(opt);
1441 hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt,
1447 if (opt == NULL || nla_len(opt) < sizeof(*qopt))
1449 qopt = nla_data(opt);