Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-routing-policy-rule.c165 siphash24_compress(&rule->from_prefixlen, sizeof(rule->from_prefixlen), state); in routing_policy_rule_hash_func()
207 r = CMP(a->from_prefixlen, b->from_prefixlen); in routing_policy_rule_compare_func()
430 (void) in_addr_prefix_to_string(rule->family, &rule->from, rule->from_prefixlen, &from); in log_routing_policy_rule_debug()
449 if (rule->from_prefixlen > 0) { in routing_policy_rule_set_netlink_message()
454 … r = sd_rtnl_message_routing_policy_rule_set_fib_src_prefixlen(m, rule->from_prefixlen); in routing_policy_rule_set_netlink_message()
926 … r = sd_rtnl_message_routing_policy_rule_get_fib_src_prefixlen(message, &tmp->from_prefixlen); in manager_rtnl_process_rule()
1330 prefixlen = &n->from_prefixlen; in config_parse_routing_policy_rule_prefix()
Dnetworkd-routing-policy-rule.h31 uint8_t from_prefixlen; member
Dnetworkd-json.c387 … "FromPrefixLength", JSON_BUILD_UNSIGNED(rule->from_prefixlen)), in routing_policy_rule_build_json()