Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-routing-policy-rule.h58 RoutingPolicyRule *routing_policy_rule_free(RoutingPolicyRule *rule);
Dnetworkd-routing-policy-rule.c45 RoutingPolicyRule *routing_policy_rule_free(RoutingPolicyRule *rule) { in routing_policy_rule_free() function
64 DEFINE_SECTION_CLEANUP_FUNCTIONS(RoutingPolicyRule, routing_policy_rule_free);
309 routing_policy_rule_free);
1094 routing_policy_rule_free(rule); in manager_rtnl_process_rule()
1755 routing_policy_rule_free(rule); in network_drop_invalid_routing_policy_rules()
Dnetworkd-network.c729 hashmap_free_with_destructor(network->rules_by_section, routing_policy_rule_free); in network_free()