Searched refs:routing_policy_rule_get (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/network/ |
D | networkd-routing-policy-rule.c | 311 static int routing_policy_rule_get(Manager *m, const RoutingPolicyRule *in, RoutingPolicyRule **ret… in routing_policy_rule_get() function 667 if (routing_policy_rule_get(m, rule, &existing) >= 0) in manager_mark_routing_policy_rules() 672 if (routing_policy_rule_get(m, rule, &existing) >= 0) in manager_mark_routing_policy_rules() 676 if (routing_policy_rule_get(m, rule, &existing) >= 0) in manager_mark_routing_policy_rules() 776 if (routing_policy_rule_get(link->manager, rule, &existing) < 0) { in link_request_routing_policy_rule() 1068 (void) routing_policy_rule_get(m, tmp, &rule); in manager_rtnl_process_rule()
|