Searched refs:mpri (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | route.c | 798 if (m > *mpri) { in find_match() 800 *mpri = m; in find_match() 811 int *mpri; member 822 arg->mpri, arg->do_rr); in rt6_nh_find_match() 828 int oif, int strict, bool *do_rr, int *mpri) in __find_rr_leaf() argument 851 .mpri = mpri, in __find_rr_leaf() 870 mpri, do_rr)) in __find_rr_leaf() 888 int mpri = -1; in find_rr_leaf() local 891 oif, strict, do_rr, &mpri); in find_rr_leaf() 894 oif, strict, do_rr, &mpri); in find_rr_leaf() [all …]
|