Lines Matching defs:exts
129 struct tcf_exts exts;
356 return tcf_exts_exec(skb, &f->exts, res);
435 tcf_exts_destroy(&f->exts);
436 tcf_exts_put_net(&f->exts);
472 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts));
484 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts,
522 tcf_exts_hw_stats_update(&f->exts, &cls_flower.stats, cls_flower.use_act_stats);
530 if (tcf_exts_get_net(&f->exts))
555 return f ? &f->exts : NULL;
2447 err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle,
2453 &fnew->exts, flags, fnew->flags,
2697 flow_rule_alloc(tcf_exts_num_actions(&f->exts));
2712 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts,
3729 if (tcf_exts_dump(skb, &f->exts))
3734 if (tcf_exts_dump_stats(skb, &f->exts) < 0)
3774 if (tcf_exts_terse_dump(skb, &f->exts))