Lines Matching defs:opt
202 struct nlattr *opt = tca[TCA_OPTIONS];
209 "flow %p,opt %p)\n", sch, p, classid, parent, flow, opt);
224 if (opt == NULL)
227 error = nla_parse_nested_deprecated(tb, TCA_ATM_MAX, opt, atm_policy,
252 opt->nla_type, nla_len(opt), hdr_len);
544 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt,
550 pr_debug("atm_tc_init(sch %p,[qdisc %p],opt %p)\n", sch, p, opt);