Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-routing-policy-rule.c294 static bool routing_policy_rule_equal(const RoutingPolicyRule *rule1, const RoutingPolicyRule *rule… in routing_policy_rule_equal() argument
295 if (rule1 == rule2) in routing_policy_rule_equal()
298 if (!rule1 || !rule2) in routing_policy_rule_equal()
301 return routing_policy_rule_compare_func(rule1, rule2) == 0; in routing_policy_rule_equal()