Lines Matching refs:exts
28 struct tcf_exts exts; member
55 return tcf_exts_is_predicative(&r->exts) || r->res.classid; in tcindex_filter_is_set()
103 return tcf_exts_exec(skb, &f->exts, res); in tcindex_classify()
165 tcf_exts_destroy(&r->exts); in tcindex_delete()
204 tcf_exts_init(&r->exts, TCA_TCINDEX_ACT, TCA_TCINDEX_POLICE); in tcindex_filter_result_init()
257 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
326 tcf_exts_init(&cp->perfect[i].exts, in tcindex_set_parms()
365 tcf_exts_change(tp, &r->exts, &e); in tcindex_set_parms()
367 tcf_exts_change(tp, &cr.exts, &e); in tcindex_set_parms()
380 tcf_exts_change(tp, &f->result.exts, &r->exts); in tcindex_set_parms()
538 if (tcf_exts_dump(skb, &r->exts) < 0) in tcindex_dump()
542 if (tcf_exts_dump_stats(skb, &r->exts) < 0) in tcindex_dump()