Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-route-util.c318 [RTPROT_KERNEL] = "kernel",
327 [RTPROT_KERNEL] = "kernel",
Dnetworkd-nexthop.c656 if (nexthop->protocol == RTPROT_KERNEL) in manager_mark_nexthops()
716 if (nexthop->protocol == RTPROT_KERNEL) in link_drop_foreign_nexthops()
766 if (nexthop->protocol == RTPROT_KERNEL) in link_drop_managed_nexthops()
Dnetworkd-routing-policy-rule.c641 if (rule->protocol == RTPROT_KERNEL) in manager_mark_routing_policy_rules()
1066 … tmp->protocol = routing_policy_rule_is_created_by_kernel(tmp) ? RTPROT_KERNEL : RTPROT_STATIC; in manager_rtnl_process_rule()
Dnetworkd-route.c788 if (route->protocol == RTPROT_KERNEL) in manager_mark_routes()
858 if (route->protocol == RTPROT_KERNEL) in route_by_kernel()
/systemd-251/src/basic/linux/
Drtnetlink.h270 #define RTPROT_KERNEL 2 /* Route installed by kernel */ macro