Searched refs:rules_by_section (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/network/ |
D | networkd-routing-policy-rule.c | 51 hashmap_remove(rule->network->rules_by_section, rule->section); in routing_policy_rule_free() 101 rule = hashmap_get(network->rules_by_section, n); in routing_policy_rule_new_static() 116 … r = hashmap_ensure_put(&network->rules_by_section, &config_section_hash_ops, rule->section, rule); in routing_policy_rule_new_static() 396 HASHMAP_FOREACH(tmp, network->rules_by_section) { in routing_policy_rule_acquire_priority() 663 HASHMAP_FOREACH(rule, link->network->rules_by_section) { in manager_mark_routing_policy_rules() 839 HASHMAP_FOREACH(rule, link->network->rules_by_section) { in link_request_static_routing_policy_rules() 1753 HASHMAP_FOREACH(rule, network->rules_by_section) in network_drop_invalid_routing_policy_rules()
|
D | networkd-network.h | 337 Hashmap *rules_by_section; member
|
D | networkd-network.c | 729 hashmap_free_with_destructor(network->rules_by_section, routing_policy_rule_free); in network_free()
|