Searched refs:do_rr (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() 757 *do_rr = match_do_rr; in find_match() 770 bool *do_rr; 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() 810 .do_rr = do_rr in __find_rr_leaf() 828 mpri, do_rr)) in __find_rr_leaf() 842 bool *do_rr, struct fib6_result *res) in find_rr_leaf() 849 oif, strict, do_rr, in find_rr_leaf() 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 840 find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, struct fib6_info *rr_head, int oif, int strict, bool *do_rr, struct fib6_result *res) find_rr_leaf() argument 866 bool do_rr = false; rt6_select() local [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() 760 *do_rr = match_do_rr; in find_match() 773 bool *do_rr; 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() 813 .do_rr = do_rr in __find_rr_leaf() 831 mpri, do_rr)) in __find_rr_leaf() 845 bool *do_rr, struct fib6_result *res) in find_rr_leaf() 852 oif, strict, do_rr, in find_rr_leaf() 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 843 find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, struct fib6_info *rr_head, int oif, int strict, bool *do_rr, struct fib6_result *res) find_rr_leaf() argument 869 bool do_rr = false; rt6_select() local [all...] |
Completed in 10 milliseconds