Lines Matching refs:exts
17 struct tcf_exts exts;
40 return tcf_exts_exec(skb, &head->exts, res);
50 tcf_exts_destroy(&head->exts);
51 tcf_exts_put_net(&head->exts);
92 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts));
100 err = tc_setup_flow_action(&cls_mall.rule->action, &head->exts);
141 if (tcf_exts_get_net(&head->exts))
171 err = tcf_exts_validate(net, tp, tb, est, &head->exts, ovr, true,
216 err = tcf_exts_init(&new->exts, net, TCA_MATCHALL_ACT, 0);
253 tcf_exts_destroy(&new->exts);
296 cls_mall.rule = flow_rule_alloc(tcf_exts_num_actions(&head->exts));
305 err = tc_setup_flow_action(&cls_mall.rule->action, &head->exts);
340 tcf_exts_stats_update(&head->exts, cls_mall.stats.bytes,
385 if (tcf_exts_dump(skb, &head->exts))
390 if (tcf_exts_dump_stats(skb, &head->exts) < 0)