Searched refs:do_rr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | route.c | 621 bool *do_rr) in find_match() argument 642 *do_rr = match_do_rr; in find_match() 653 bool *do_rr) in find_rr_leaf() argument 661 match = find_match(rt, oif, strict, &mpri, match, do_rr); in find_rr_leaf() 664 match = find_match(rt, oif, strict, &mpri, match, do_rr); in find_rr_leaf() 673 bool do_rr = false; in rt6_select() local 680 &do_rr); in rt6_select() 682 if (do_rr) { in rt6_select()
|