Lines Matching defs:total
4691 int total = 0;
4694 total += rt->fib6_nh->fib_nh_weight;
4698 total += iter->fib6_nh->fib_nh_weight;
4701 return total;
4704 static void rt6_upper_bound_set(struct fib6_info *rt, int *weight, int total)
4711 total) - 1;
4716 static void rt6_multipath_upper_bound_set(struct fib6_info *rt, int total)
4721 rt6_upper_bound_set(rt, &weight, total);
4724 rt6_upper_bound_set(iter, &weight, total);
4730 int total;
4747 total = rt6_multipath_total_weight(first);
4748 rt6_multipath_upper_bound_set(first, total);