Lines Matching refs:res
36 struct tcf_result res; member
51 struct tcf_result *res) in fw_classify() argument
64 *res = f->res; in fw_classify()
67 r = tcf_exts_exec(skb, &f->exts, res); in fw_classify()
80 res->classid = id; in fw_classify()
81 res->class = 0; in fw_classify()
144 tcf_unbind_filter(tp, &f->res); in fw_destroy()
173 tcf_unbind_filter(tp, &f->res); in fw_delete()
214 f->res.classid = nla_get_u32(tb[TCA_FW_CLASSID]); in fw_set_parms()
215 tcf_bind_filter(tp, &f->res, base); in fw_set_parms()
269 fnew->res = f->res; in fw_change()
295 tcf_unbind_filter(tp, &f->res); in fw_change()
387 if (!f->res.classid && !tcf_exts_has_actions(&f->exts)) in fw_dump()
394 if (f->res.classid && in fw_dump()
395 nla_put_u32(skb, TCA_FW_CLASSID, f->res.classid)) in fw_dump()
427 if (f && f->res.classid == classid) { in fw_bind_class()
429 __tcf_bind_filter(q, &f->res, base); in fw_bind_class()
431 __tcf_unbind_filter(q, &f->res); in fw_bind_class()