Lines Matching refs:exts
38 struct tcf_exts exts;
67 r = tcf_exts_exec(skb, &f->exts, res);
115 tcf_exts_destroy(&f->exts);
116 tcf_exts_put_net(&f->exts);
145 if (tcf_exts_get_net(&f->exts))
174 tcf_exts_get_net(&f->exts);
208 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &f->exts, ovr,
272 err = tcf_exts_init(&fnew->exts, net, TCA_FW_ACT,
281 tcf_exts_destroy(&fnew->exts);
295 tcf_exts_get_net(&f->exts);
322 err = tcf_exts_init(&f->exts, net, TCA_FW_ACT, TCA_FW_POLICE);
339 tcf_exts_destroy(&f->exts);
386 if (!f->res.classid && !tcf_exts_has_actions(&f->exts))
406 if (tcf_exts_dump(skb, &f->exts) < 0)
411 if (tcf_exts_dump_stats(skb, &f->exts) < 0)