Lines Matching defs:exts
118 struct tcf_exts exts;
345 return tcf_exts_exec(skb, &f->exts, res);
424 tcf_exts_destroy(&f->exts);
425 tcf_exts_put_net(&f->exts);
461 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts));
473 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts,
511 tcf_exts_hw_stats_update(&f->exts, &cls_flower.stats, cls_flower.use_act_stats);
519 if (tcf_exts_get_net(&f->exts))
544 return f ? &f->exts : NULL;
2317 err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle,
2323 &fnew->exts, flags, fnew->flags,
2565 flow_rule_alloc(tcf_exts_num_actions(&f->exts));
2580 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts,
3534 if (tcf_exts_dump(skb, &f->exts))
3539 if (tcf_exts_dump_stats(skb, &f->exts) < 0)
3579 if (tcf_exts_terse_dump(skb, &f->exts))