Searched refs:routes_by_section (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/network/ |
D | networkd-network.c | 193 if (!hashmap_isempty(network->routes_by_section)) in network_verify() 198 … network->routes_by_section = hashmap_free_with_destructor(network->routes_by_section, route_free); in network_verify() 721 hashmap_free_with_destructor(network->routes_by_section, route_free); in network_free() 792 HASHMAP_FOREACH(route, network->routes_by_section) in network_has_static_ipv6_configurations()
|
D | networkd-route.c | 63 route = hashmap_get(network->routes_by_section, n); in route_new_static() 69 if (hashmap_size(network->routes_by_section) >= routes_max()) in route_new_static() 81 …r = hashmap_ensure_put(&network->routes_by_section, &config_section_hash_ops, route->section, rout… in route_new_static() 95 hashmap_remove(route->network->routes_by_section, route->section); in route_free() 817 HASHMAP_FOREACH(route, link->network->routes_by_section) { in manager_mark_routes() 919 HASHMAP_FOREACH(route, link->network->routes_by_section) { in link_drop_foreign_routes() 1512 HASHMAP_FOREACH(route, link->network->routes_by_section) { in link_request_static_routes() 1893 section_line = hashmap_find_free_section_line(network->routes_by_section); in network_add_ipv4ll_route() 1926 section_line = hashmap_find_free_section_line(network->routes_by_section); in network_add_default_route_on_device() 2895 HASHMAP_FOREACH(route, network->routes_by_section) in network_drop_invalid_routes()
|
D | networkd-network.h | 329 Hashmap *routes_by_section; member
|
D | networkd-ndisc.c | 309 hashmap_isempty(link->network->routes_by_section)) in ndisc_router_process_default() 370 HASHMAP_FOREACH(route_gw, link->network->routes_by_section) { in ndisc_router_process_default()
|
D | networkd-dhcp4.c | 594 HASHMAP_FOREACH(rt, link->network->routes_by_section) { in dhcp4_request_semi_static_routes()
|