Lines Matching refs:multipath_routes
106 ordered_set_free_with_destructor(route->multipath_routes, multipath_route_free); in route_free()
262 return route->nexthop_id > 0 || !ordered_set_isempty(route->multipath_routes); in route_needs_convert()
337 dest->multipath_routes = NULL; in route_dup()
503 assert(!ordered_set_isempty(route->multipath_routes)); in route_convert()
505 r = converted_routes_new(ordered_set_size(route->multipath_routes), &c); in route_convert()
511 ORDERED_SET_FOREACH(m, route->multipath_routes) { in route_convert()
576 ORDERED_SET_FOREACH(m, route->multipath_routes) { in log_route_debug()
684 ordered_set_isempty(route->multipath_routes)) { in route_set_netlink_message()
1108 if (ordered_set_isempty(route->multipath_routes)) in append_nexthops()
1121 ORDERED_SET_FOREACH(m, route->multipath_routes) { in append_nexthops()
1237 if (!ordered_set_isempty(route->multipath_routes)) { in route_configure()
1292 ORDERED_SET_FOREACH(m, route->multipath_routes) { in route_is_ready_to_configure()
1841 … r = rtattr_read_nexthop(rta_multipath, rta_len, tmp->family, &tmp->multipath_routes); in manager_rtnl_process_route()
2673 … n->multipath_routes = ordered_set_free_with_destructor(n->multipath_routes, multipath_route_free); in config_parse_multipath_route()
2739 r = ordered_set_ensure_put(&n->multipath_routes, NULL, m); in config_parse_multipath_route()
2833 ordered_set_isempty(route->multipath_routes) && in route_section_verify()
2862 ORDERED_SET_FOREACH(m, route->multipath_routes) in route_section_verify()
2872 !ordered_set_isempty(route->multipath_routes)) in route_section_verify()
2881 !ordered_set_isempty(route->multipath_routes))) in route_section_verify()