Lines Matching refs:do_rr
732 int oif, int strict, int *mpri, bool *do_rr) in find_match() argument
759 *do_rr = match_do_rr; in find_match()
772 bool *do_rr; member
782 arg->mpri, arg->do_rr); in rt6_nh_find_match()
788 int oif, int strict, bool *do_rr, int *mpri) in __find_rr_leaf() argument
812 .do_rr = do_rr in __find_rr_leaf()
830 mpri, do_rr)) in __find_rr_leaf()
844 bool *do_rr, struct fib6_result *res) in find_rr_leaf() argument
851 oif, strict, do_rr, &mpri); in find_rr_leaf()
854 oif, strict, do_rr, &mpri); in find_rr_leaf()
860 oif, strict, do_rr, &mpri); in find_rr_leaf()
868 bool do_rr = false; in rt6_select() local
894 find_rr_leaf(fn, leaf, rt0, oif, strict, &do_rr, res); in rt6_select()
895 if (do_rr) { in rt6_select()