Lines Matching refs:exts
115 struct tcf_exts exts; member
341 return tcf_exts_exec(skb, &f->exts, res); in fl_classify()
418 tcf_exts_destroy(&f->exts); in __fl_destroy_filter()
419 tcf_exts_put_net(&f->exts); in __fl_destroy_filter()
455 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts)); in fl_hw_replace_filter()
467 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts, in fl_hw_replace_filter()
505 tcf_exts_hw_stats_update(&f->exts, &cls_flower.stats, cls_flower.use_act_stats); in fl_hw_update_stats()
513 if (tcf_exts_get_net(&f->exts)) in __fl_put()
538 return f ? &f->exts : NULL; in fl_get_exts()
2098 err = tcf_exts_validate_ex(net, tp, tb, est, &f->exts, flags, in fl_set_parms()
2237 err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle, in fl_change()
2440 flow_rule_alloc(tcf_exts_num_actions(&f->exts)); in fl_reoffload()
2455 err = tc_setup_offload_action(&cls_flower.rule->action, &f->exts, in fl_reoffload()
3336 if (tcf_exts_dump(skb, &f->exts)) in fl_dump()
3341 if (tcf_exts_dump_stats(skb, &f->exts) < 0) in fl_dump()
3381 if (tcf_exts_terse_dump(skb, &f->exts)) in fl_terse_dump()