Lines Matching refs:res
91 struct tcf_result res; member
120 int r = tcf_exts_exec(skb, &f->exts, res); \
128 struct tcf_result *res) in rsvp_classify() argument
194 *res = f->res; in rsvp_classify()
201 tunnelid = f->res.classid; in rsvp_classify()
210 *res = f->res; in rsvp_classify()
300 tcf_unbind_filter(tp, &f->res); in rsvp_delete_filter()
438 data->tgenerator = f->res.classid; in tunnel_recycle()
531 n->res.classid = nla_get_u32(tb[TCA_RSVP_CLASSID]); in rsvp_change()
532 tcf_bind_filter(tp, &n->res, base); in rsvp_change()
566 f->res.classid = nla_get_u32(tb[TCA_RSVP_CLASSID]); in rsvp_change()
577 if (f->res.classid > 255) in rsvp_change()
581 if (f->res.classid == 0 && in rsvp_change()
582 (f->res.classid = gen_tunnel(data)) == 0) in rsvp_change()
606 tcf_bind_filter(tp, &f->res, base); in rsvp_change()
720 if (f->res.classid && in rsvp_dump()
721 nla_put_u32(skb, TCA_RSVP_CLASSID, f->res.classid)) in rsvp_dump()
746 if (f && f->res.classid == classid) { in rsvp_bind_class()
748 __tcf_bind_filter(q, &f->res, base); in rsvp_bind_class()
750 __tcf_unbind_filter(q, &f->res); in rsvp_bind_class()