Lines Matching defs:opts
429 struct nlattr *opts = NULL;
439 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
440 if (opts == NULL)
446 return nla_nest_end(skb, opts);
449 nla_nest_cancel(skb, opts);
456 struct nlattr *opts = NULL;
458 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
459 if (opts == NULL)
472 return nla_nest_end(skb, opts);
475 nla_nest_cancel(skb, opts);