Searched refs:do_rr (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | route.c | 649 bool *do_rr) in find_match() argument 676 *do_rr = match_do_rr; in find_match() 687 bool *do_rr) in find_rr_leaf() argument 700 match = find_match(rt, oif, strict, &mpri, match, do_rr); in find_rr_leaf() 709 match = find_match(rt, oif, strict, &mpri, match, do_rr); in find_rr_leaf() 716 match = find_match(rt, oif, strict, &mpri, match, do_rr); in find_rr_leaf() 725 bool do_rr = false; in rt6_select() local 732 &do_rr); in rt6_select() 734 if (do_rr) { in rt6_select()
|