Lines Matching refs:res
51 struct tcf_result res; member
111 *res = f->res; \
113 int r = tcf_exts_exec(skb, &f->exts, res); \
125 struct tcf_result *res) in route4_classify() argument
153 *res = f->res; in route4_classify()
297 tcf_unbind_filter(tp, &f->res); in route4_destroy()
342 tcf_unbind_filter(tp, &f->res); in route4_delete()
458 f->res.classid = nla_get_u32(tb[TCA_ROUTE4_CLASSID]); in route4_set_parms()
459 tcf_bind_filter(tp, &f->res, base); in route4_set_parms()
504 f->res = fold->res; in route4_change()
548 tcf_unbind_filter(tp, &fold->res); in route4_change()
625 if (f->res.classid && in route4_dump()
626 nla_put_u32(skb, TCA_ROUTE4_CLASSID, f->res.classid)) in route4_dump()
649 if (f && f->res.classid == classid) { in route4_bind_class()
651 __tcf_bind_filter(q, &f->res, base); in route4_bind_class()
653 __tcf_unbind_filter(q, &f->res); in route4_bind_class()