Lines Matching refs:exts
114 struct tcf_exts exts; member
333 return tcf_exts_exec(skb, &f->exts, res); in fl_classify()
410 tcf_exts_destroy(&f->exts); in __fl_destroy_filter()
411 tcf_exts_put_net(&f->exts); in __fl_destroy_filter()
447 cls_flower.rule = flow_rule_alloc(tcf_exts_num_actions(&f->exts)); in fl_hw_replace_filter()
459 err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts); in fl_hw_replace_filter()
499 tcf_exts_stats_update(&f->exts, cls_flower.stats.bytes, in fl_hw_update_stats()
512 if (tcf_exts_get_net(&f->exts)) in __fl_put()
1913 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, rtnl_held, in fl_set_parms()
2013 err = tcf_exts_init(&fnew->exts, net, TCA_FLOWER_ACT, 0); in fl_change()
2242 flow_rule_alloc(tcf_exts_num_actions(&f->exts)); in fl_reoffload()
2257 err = tc_setup_flow_action(&cls_flower.rule->action, &f->exts); in fl_reoffload()
3082 if (tcf_exts_dump(skb, &f->exts)) in fl_dump()
3087 if (tcf_exts_dump_stats(skb, &f->exts) < 0) in fl_dump()
3127 if (tcf_exts_terse_dump(skb, &f->exts)) in fl_terse_dump()