Searched refs:RTCF_LOCAL (Results 1 – 6 of 6) sorted by relevance
27 #define RTCF_LOCAL 0x80000000 macro
453 (RTCF_MULTICAST | RTCF_BROADCAST | RTCF_LOCAL))) { in ipv4_confirm_neigh()1667 if (flags & RTCF_LOCAL) in rt_dst_alloc()1757 flags |= RTCF_LOCAL; in ip_route_input_mc()2219 if (!(rt->rt_flags & RTCF_LOCAL)) in ip_route_use_hint()2430 flags | RTCF_LOCAL, res->type, false); in ip_route_input_slow()2444 rth->rt_flags &= ~RTCF_LOCAL; in ip_route_input_slow()2596 flags |= RTCF_LOCAL; in __mkroute_output()2600 flags |= RTCF_BROADCAST | RTCF_LOCAL; in __mkroute_output()2602 flags |= RTCF_MULTICAST | RTCF_LOCAL; in __mkroute_output()2605 flags &= ~RTCF_LOCAL; in __mkroute_output()[all …]
887 if (!(rt->rt_flags & RTCF_LOCAL)) { in icmp_unreach()
395 ((rt->rt_flags & RTCF_LOCAL) || in ip_mc_output()
180 old_rt_is_local = skb_rtable(skb)->rt_flags & RTCF_LOCAL; in crosses_local_route_boundary()350 local = (rt->rt_flags & RTCF_LOCAL) ? 1 : 0; in __ip_vs_get_out_rt()
621 if (rt->rt_flags & RTCF_LOCAL) { in ip4ip6_err()