Searched refs:RoutingPolicyRule (Results 1 – 16 of 16) sorted by relevance
/systemd-251/src/network/ |
D | networkd-routing-policy-rule.c | 45 RoutingPolicyRule *routing_policy_rule_free(RoutingPolicyRule *rule) { in routing_policy_rule_free() 64 DEFINE_SECTION_CLEANUP_FUNCTIONS(RoutingPolicyRule, routing_policy_rule_free); 66 static int routing_policy_rule_new(RoutingPolicyRule **ret) { in routing_policy_rule_new() 67 RoutingPolicyRule *rule; in routing_policy_rule_new() 69 rule = new(RoutingPolicyRule, 1); in routing_policy_rule_new() 73 *rule = (RoutingPolicyRule) { in routing_policy_rule_new() 87 …ew_static(Network *network, const char *filename, unsigned section_line, RoutingPolicyRule **ret) { in routing_policy_rule_new_static() 88 _cleanup_(routing_policy_rule_freep) RoutingPolicyRule *rule = NULL; in routing_policy_rule_new_static() 124 static int routing_policy_rule_dup(const RoutingPolicyRule *src, RoutingPolicyRule **ret) { in routing_policy_rule_dup() 125 _cleanup_(routing_policy_rule_freep) RoutingPolicyRule *dest = NULL; in routing_policy_rule_dup() [all …]
|
D | networkd-routing-policy-rule.h | 16 typedef struct RoutingPolicyRule { struct 54 } RoutingPolicyRule; argument 58 RoutingPolicyRule *routing_policy_rule_free(RoutingPolicyRule *rule); 75 DEFINE_NETWORK_CONFIG_STATE_FUNCTIONS(RoutingPolicyRule, routing_policy_rule);
|
D | networkd-network-gperf.gperf | 164 RoutingPolicyRule.TypeOfService, config_parse_routing_policy_rule_tos, … 165 RoutingPolicyRule.Priority, config_parse_routing_policy_rule_priority, … 166 RoutingPolicyRule.Table, config_parse_routing_policy_rule_table, … 167 RoutingPolicyRule.FirewallMark, config_parse_routing_policy_rule_fwmark_mask, … 168 RoutingPolicyRule.From, config_parse_routing_policy_rule_prefix, … 169 RoutingPolicyRule.To, config_parse_routing_policy_rule_prefix, … 170 RoutingPolicyRule.IncomingInterface, config_parse_routing_policy_rule_device, … 171 RoutingPolicyRule.OutgoingInterface, config_parse_routing_policy_rule_device, … 172 RoutingPolicyRule.IPProtocol, config_parse_routing_policy_rule_ip_protocol, … 173 RoutingPolicyRule.SourcePort, config_parse_routing_policy_rule_port_range, … [all …]
|
D | networkd-json.c | 362 static int routing_policy_rule_build_json(RoutingPolicyRule *rule, JsonVariant **ret) { in routing_policy_rule_build_json() 427 RoutingPolicyRule *rule; in routing_policy_rules_build_json()
|
/systemd-251/test/test-network/conf/ |
D | 25-routing-policy-rule-reconfigure1.network | 9 [RoutingPolicyRule] 16 [RoutingPolicyRule] 23 [RoutingPolicyRule] 30 [RoutingPolicyRule]
|
D | 25-routing-policy-rule-reconfigure2.network | 9 [RoutingPolicyRule] 16 [RoutingPolicyRule] 23 [RoutingPolicyRule] 30 [RoutingPolicyRule]
|
D | 25-routing-policy-rule-test1.network | 8 [RoutingPolicyRule] 16 [RoutingPolicyRule] 23 [RoutingPolicyRule] 29 [RoutingPolicyRule]
|
D | 25-fibrule-uidrange.network | 8 [RoutingPolicyRule]
|
D | 25-bridge99-ignore-carrier-loss.network | 12 [RoutingPolicyRule]
|
D | 25-routing-policy-rule-dummy98.network | 8 [RoutingPolicyRule]
|
D | 25-fibrule-invert.network | 8 [RoutingPolicyRule]
|
D | 25-fibrule-port-range.network | 8 [RoutingPolicyRule]
|
/systemd-251/test/fuzz/fuzz-network-parser/ |
D | 25-fibrule-port-range | 4 [RoutingPolicyRule]
|
D | routing-policy-rule | 4 [RoutingPolicyRule]
|
D | directives | 317 [RoutingPolicyRule]
|
/systemd-251/ |
D | NEWS | 975 * The [RoutingPolicyRule] section of .network file gained a new 2228 systemd.network files gained a [RoutingPolicyRule] Type= 3953 for the [RoutingPolicyRule] section of .network files to configure 4609 Family= option in the [RoutingPolicyRule] section. 6809 [RoutingPolicyRule] section has been added for configuring the IP
|