Lines Matching refs:RTF_GATEWAY
514 if (!rt || !(rt->rt6i_flags & RTF_GATEWAY)) in rt6_probe()
575 !(rt->rt6i_flags & RTF_GATEWAY)) in rt6_check_neigh()
960 if (!(rt->rt6i_flags & (RTF_NONEXTHOP | RTF_GATEWAY))) in ip6_pol_route()
1228 if (!(rt->rt6i_flags & RTF_GATEWAY)) in __ip6_route_redirect()
1646 if (cfg->fc_flags & RTF_GATEWAY) { in ip6_route_info_create()
1684 if (!(grt->rt6i_flags & RTF_GATEWAY)) in ip6_route_info_create()
1813 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
1922 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
1924 nrt->rt6i_flags &= ~RTF_GATEWAY; in rt6_do_redirect()
1971 if (ort->rt6i_flags & RTF_GATEWAY) in ip6_rt_copy()
2009 if ((rt->rt6i_flags & (RTF_ROUTEINFO|RTF_GATEWAY)) != (RTF_ROUTEINFO|RTF_GATEWAY)) in rt6_get_route_info()
2031 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
2081 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
2313 #define RTF_RA_ROUTER (RTF_ADDRCONF | RTF_DEFAULT | RTF_GATEWAY)
2314 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2464 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
2604 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
2692 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()
2874 if (rt->rt6i_flags & RTF_GATEWAY) { in rt6_fill_node()