Lines Matching refs:rt6_nh_list
2527 static void ip6_print_replace_route_err(struct list_head *rt6_nh_list) in ip6_print_replace_route_err() argument
2531 list_for_each_entry(nh, rt6_nh_list, next) { in ip6_print_replace_route_err()
2538 static int ip6_route_info_append(struct list_head *rt6_nh_list, in ip6_route_info_append() argument
2545 list_for_each_entry(nh, rt6_nh_list, next) { in ip6_route_info_append()
2566 list_add_tail(&nh->next, rt6_nh_list); in ip6_route_info_append()
2584 LIST_HEAD(rt6_nh_list); in ip6_route_multipath_add()
2612 err = ip6_route_info_append(&rt6_nh_list, rt, &r_cfg); in ip6_route_multipath_add()
2622 list_for_each_entry(nh, &rt6_nh_list, next) { in ip6_route_multipath_add()
2628 ip6_print_replace_route_err(&rt6_nh_list); in ip6_route_multipath_add()
2649 list_for_each_entry(nh, &rt6_nh_list, next) { in ip6_route_multipath_add()
2656 list_for_each_entry_safe(nh, nh_safe, &rt6_nh_list, next) { in ip6_route_multipath_add()