Searched refs:mpri (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 730 int oif, int strict, int *mpri, bool *do_rr) in find_match() 756 if (m > *mpri) { in find_match() 758 *mpri = m; in find_match() 769 int *mpri; member 780 arg->mpri, arg->do_rr); in rt6_nh_find_match() 786 int oif, int strict, bool *do_rr, int *mpri) in __find_rr_leaf() 809 .mpri = mpri, in __find_rr_leaf() 828 mpri, do_rr)) in __find_rr_leaf() 846 int mpri in find_rr_leaf() local 729 find_match(struct fib6_nh *nh, u32 fib6_flags, int oif, int strict, int *mpri, bool *do_rr) find_match() argument 783 __find_rr_leaf(struct fib6_info *f6i_start, struct fib6_info *nomatch, u32 metric, struct fib6_result *res, struct fib6_info **cont, int oif, int strict, bool *do_rr, int *mpri) __find_rr_leaf() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 733 int oif, int strict, int *mpri, bool *do_rr) in find_match() 759 if (m > *mpri) { in find_match() 761 *mpri = m; in find_match() 772 int *mpri; member 783 arg->mpri, arg->do_rr); in rt6_nh_find_match() 789 int oif, int strict, bool *do_rr, int *mpri) in __find_rr_leaf() 812 .mpri = mpri, in __find_rr_leaf() 831 mpri, do_rr)) in __find_rr_leaf() 849 int mpri in find_rr_leaf() local 732 find_match(struct fib6_nh *nh, u32 fib6_flags, int oif, int strict, int *mpri, bool *do_rr) find_match() argument 786 __find_rr_leaf(struct fib6_info *f6i_start, struct fib6_info *nomatch, u32 metric, struct fib6_result *res, struct fib6_info **cont, int oif, int strict, bool *do_rr, int *mpri) __find_rr_leaf() argument [all...] |
Completed in 10 milliseconds