Lines Matching refs:exts
52 struct tcf_exts exts;
112 if (tcf_exts_has_actions(&f->exts)) { \
113 int r = tcf_exts_exec(skb, &f->exts, res); \
255 tcf_exts_destroy(&f->exts);
256 tcf_exts_put_net(&f->exts);
298 if (tcf_exts_get_net(&f->exts))
343 tcf_exts_get_net(&f->exts);
393 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, true, extack);
507 err = tcf_exts_init(&f->exts, net, TCA_ROUTE4_ACT, TCA_ROUTE4_POLICE);
558 tcf_exts_get_net(&fold->exts);
565 tcf_exts_destroy(&f->exts);
638 if (tcf_exts_dump(skb, &f->exts) < 0)
643 if (tcf_exts_dump_stats(skb, &f->exts) < 0)