Searched refs:RT_TABLE_MAIN (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/network/ |
D | networkd-route-util.c | 54 if (route->table != RT_TABLE_MAIN) in link_find_default_gateway() 375 [RT_TABLE_MAIN] = "main",
|
D | networkd-routing-policy-rule.c | 74 .table = RT_TABLE_MAIN, in routing_policy_rule_new() 858 …{ .family = AF_INET, .priority_set = true, .priority = 32766, .table = RT_TABLE_MAIN, .type = … 861 …{ .family = AF_INET6, .priority_set = true, .priority = 32766, .table = RT_TABLE_MAIN, .type = …
|
D | networkd-network.c | 408 .dhcp_route_table = RT_TABLE_MAIN, in network_load_one() 482 .ipv6_accept_ra_route_table = RT_TABLE_MAIN, in network_load_one()
|
D | networkd-dhcp-common.c | 27 return link->network->vrf ? VRF(link->network->vrf)->table : RT_TABLE_MAIN; in link_get_vrf_table()
|
D | networkd-dhcp4.c | 256 link->network->dhcp_route_table == RT_TABLE_MAIN || in link_prefixroute()
|
D | networkd-route.c | 36 .table = RT_TABLE_MAIN, in route_new()
|
/systemd-251/src/shared/ |
D | local-addresses.c | 235 r = sd_rtnl_message_route_set_table(req, RT_TABLE_MAIN); in local_gateways() 284 if (table != RT_TABLE_MAIN) in local_gateways()
|
/systemd-251/src/basic/linux/ |
D | rtnetlink.h | 343 RT_TABLE_MAIN=254, enumerator
|