Lines Matching refs:do_rr
771 int oif, int strict, int *mpri, bool *do_rr) in find_match() argument
798 *do_rr = match_do_rr; in find_match()
811 bool *do_rr; member
821 arg->mpri, arg->do_rr); in rt6_nh_find_match()
827 int oif, int strict, bool *do_rr, int *mpri) in __find_rr_leaf() argument
851 .do_rr = do_rr in __find_rr_leaf()
869 mpri, do_rr)) in __find_rr_leaf()
883 bool *do_rr, struct fib6_result *res) in find_rr_leaf() argument
890 oif, strict, do_rr, &mpri); in find_rr_leaf()
893 oif, strict, do_rr, &mpri); in find_rr_leaf()
899 oif, strict, do_rr, &mpri); in find_rr_leaf()
907 bool do_rr = false; in rt6_select() local
933 find_rr_leaf(fn, leaf, rt0, oif, strict, &do_rr, res); in rt6_select()
934 if (do_rr) { in rt6_select()