Searched refs:RTPROT_KERNEL (Results 1 – 5 of 5) sorted by relevance
318 [RTPROT_KERNEL] = "kernel",327 [RTPROT_KERNEL] = "kernel",
656 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()
641 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()
788 if (route->protocol == RTPROT_KERNEL) in manager_mark_routes()858 if (route->protocol == RTPROT_KERNEL) in route_by_kernel()
270 #define RTPROT_KERNEL 2 /* Route installed by kernel */ macro