Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-util.h27 MultipathRoute *multipath_route_free(MultipathRoute *m);
28 DEFINE_TRIVIAL_CLEANUP_FUNC(MultipathRoute*, multipath_route_free);
Dnetlink-util.c517 MultipathRoute *multipath_route_free(MultipathRoute *m) { in multipath_route_free() function
/systemd-251/src/network/
Dnetworkd-route.c106 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()