Home
last modified time | relevance | path

Searched refs:multipath_routes (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/network/
Dnetworkd-route.c106 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()
[all …]
Dnetworkd-route.h69 OrderedSet *multipath_routes; member
/systemd-251/src/shared/
Dlocal-addresses.c248 _cleanup_ordered_set_free_free_ OrderedSet *multipath_routes = NULL; in local_gateways() local
340 r = rtattr_read_nexthop(rta_multipath, rta_len, family, &multipath_routes); in local_gateways()
344 ORDERED_SET_FOREACH(mr, multipath_routes) { in local_gateways()