Searched refs:rt6_upper_bound_set (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 4617 static void rt6_upper_bound_set(struct fib6_info *rt, int *weight, int total) in rt6_upper_bound_set() function 4634 rt6_upper_bound_set(rt, &weight, total); in rt6_multipath_upper_bound_set() 4637 rt6_upper_bound_set(iter, &weight, total); in rt6_multipath_upper_bound_set()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 4704 static void rt6_upper_bound_set(struct fib6_info *rt, int *weight, int total) in rt6_upper_bound_set() function 4721 rt6_upper_bound_set(rt, &weight, total); in rt6_multipath_upper_bound_set() 4724 rt6_upper_bound_set(iter, &weight, total); in rt6_multipath_upper_bound_set()
|
Completed in 17 milliseconds