Lines Matching refs:exts
28 struct tcf_exts exts; member
56 return tcf_exts_is_predicative(&r->exts) || r->res.classid; in tcindex_filter_is_set()
104 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
142 tcf_exts_destroy(&r->exts); in tcindex_destroy_rexts()
149 tcf_exts_destroy(&f->result.exts); in tcindex_destroy_fexts()
225 tcf_exts_init(&r->exts, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_filter_result_init()
278 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
347 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
386 tcf_exts_change(tp, &r->exts, &e); in tcindex_set_parms()
388 tcf_exts_change(tp, &cr.exts, &e); in tcindex_set_parms()
401 tcf_exts_change(tp, &f->result.exts, &r->exts); in tcindex_set_parms()
559 if (tcf_exts_dump(skb, &r->exts) < 0) in tcindex_dump()
563 if (tcf_exts_dump_stats(skb, &r->exts) < 0) in tcindex_dump()