Lines Matching refs:exts
18 struct tcf_exts exts; member
42 return tcf_exts_exec(skb, &head->exts, res); in mall_classify()
52 tcf_exts_destroy(&head->exts); in __mall_destroy()
53 tcf_exts_put_net(&head->exts); in __mall_destroy()
94 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_replace_hw_filter()
102 err = tc_setup_offload_action(&cls_mall.rule->action, &head->exts, in mall_replace_hw_filter()
140 if (tcf_exts_get_net(&head->exts)) in mall_destroy()
170 err = tcf_exts_validate_ex(net, tp, tb, est, &head->exts, flags, in mall_set_parms()
215 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0); in mall_change()
252 tcf_exts_destroy(&new->exts); in mall_change()
295 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts)); in mall_reoffload()
304 err = tc_setup_offload_action(&cls_mall.rule->action, &head->exts, in mall_reoffload()
334 tcf_exts_hw_stats_update(&head->exts, &cls_mall.stats, cls_mall.use_act_stats); in mall_stats_hw_filter()
375 if (tcf_exts_dump(skb, &head->exts)) in mall_dump()
380 if (tcf_exts_dump_stats(skb, &head->exts) < 0) in mall_dump()