Searched refs:multipath_route_free (Results 1 – 3 of 3) sorted by relevance
27 MultipathRoute *multipath_route_free(MultipathRoute *m);28 DEFINE_TRIVIAL_CLEANUP_FUNC(MultipathRoute*, multipath_route_free);
517 MultipathRoute *multipath_route_free(MultipathRoute *m) { in multipath_route_free() function
106 ordered_set_free_with_destructor(route->multipath_routes, multipath_route_free); in route_free()2673 … n->multipath_routes = ordered_set_free_with_destructor(n->multipath_routes, multipath_route_free); in config_parse_multipath_route()