Searched refs:MultipathRoute (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-util.h | 20 typedef struct MultipathRoute { struct 25 } MultipathRoute; argument 27 MultipathRoute *multipath_route_free(MultipathRoute *m); 28 DEFINE_TRIVIAL_CLEANUP_FUNC(MultipathRoute*, multipath_route_free); 30 int multipath_route_dup(const MultipathRoute *m, MultipathRoute **ret);
|
D | netlink-util.c | 517 MultipathRoute *multipath_route_free(MultipathRoute *m) { in multipath_route_free() 526 int multipath_route_dup(const MultipathRoute *m, MultipathRoute **ret) { in multipath_route_dup() 527 _cleanup_(multipath_route_freep) MultipathRoute *n = NULL; in multipath_route_dup() 539 n = new(MultipathRoute, 1); in multipath_route_dup() 543 *n = (MultipathRoute) { in multipath_route_dup() 566 _cleanup_(multipath_route_freep) MultipathRoute *m = NULL; in rtattr_read_nexthop() 574 m = new(MultipathRoute, 1); in rtattr_read_nexthop() 578 *m = (MultipathRoute) { in rtattr_read_nexthop()
|
/systemd-251/src/network/ |
D | networkd-route.c | 359 static void route_apply_multipath_route(Route *route, const MultipathRoute *m) { in route_apply_multipath_route() 368 static int multipath_route_get_link(Manager *manager, const MultipathRoute *m, Link **ret) { in multipath_route_get_link() 510 MultipathRoute *m; in route_convert() 574 MultipathRoute *m; in log_route_debug() 1052 static int append_nexthop_one(const Link *link, const Route *route, const MultipathRoute *m, struct… in append_nexthop_one() 1100 MultipathRoute *m; in append_nexthops() 1291 MultipathRoute *m; in route_is_ready_to_configure() 2648 _cleanup_(multipath_route_freep) MultipathRoute *m = NULL; in config_parse_multipath_route() 2677 m = new0(MultipathRoute, 1); in config_parse_multipath_route() 2860 MultipathRoute *m; in route_section_verify()
|
/systemd-251/src/shared/ |
D | local-addresses.c | 338 MultipathRoute *mr; in local_gateways()
|