Lines Matching defs:exts
114 struct tcf_exts exts;
333 return tcf_exts_exec(skb, &f->exts, res);
410 tcf_exts_destroy(&f->exts);
411 tcf_exts_put_net(&f->exts);
447 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts));
459 err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts);
499 tcf_exts_stats_update(&f->exts, cls_flower.stats.bytes,
512 if (tcf_exts_get_net(&f->exts))
1926 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, rtnl_held,
2026 err = tcf_exts_init(&fnew->exts, net, TCA_FLOWER_ACT, 0);
2255 flow_rule_alloc(tcf_exts_num_actions(&f->exts));
2270 err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts);
3095 if (tcf_exts_dump(skb, &f->exts))
3100 if (tcf_exts_dump_stats(skb, &f->exts) < 0)
3140 if (tcf_exts_terse_dump(skb, &f->exts))