Lines Matching refs:exts
33 struct tcf_exts exts; member
62 return tcf_exts_has_actions(&r->exts) || r->res.classid; in tcindex_filter_is_set()
126 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
162 tcf_exts_destroy(&r->exts); in __tcindex_destroy_rexts()
163 tcf_exts_put_net(&r->exts); in __tcindex_destroy_rexts()
181 tcf_exts_destroy(&f->result.exts); in __tcindex_destroy_fexts()
182 tcf_exts_put_net(&f->result.exts); in __tcindex_destroy_fexts()
231 if (tcf_exts_get_net(&f->result.exts)) in tcindex_delete()
238 if (tcf_exts_get_net(&r->exts)) in tcindex_delete()
277 return tcf_exts_init(&r->exts, net, TCA_TCINDEX_ACT, in tcindex_filter_result_init()
301 tcf_exts_destroy(&cp->perfect[i].exts); in tcindex_free_perfect_hash()
315 err = tcf_exts_init(&cp->perfect[i].exts, net, in tcindex_alloc_perfect_hash()
491 tcf_exts_change(&r->exts, &e); in tcindex_set_parms()
500 tcf_exts_change(&f->result.exts, &r->exts); in tcindex_set_parms()
510 tcf_exts_destroy(&new_filter_result.exts); in tcindex_set_parms()
522 tcf_exts_destroy(&new_filter_result.exts); in tcindex_set_parms()
615 if (tcf_exts_get_net(&r->exts)) in tcindex_destroy()
684 if (tcf_exts_dump(skb, &r->exts) < 0) in tcindex_dump()
688 if (tcf_exts_dump_stats(skb, &r->exts) < 0) in tcindex_dump()