Lines Matching refs:RTF_GATEWAY
1141 rt->rt6i_flags |= RTF_GATEWAY; in ip6_rt_copy_init()
2017 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2077 if (rt->rt6i_flags & RTF_GATEWAY) { in rt6_age_examine_exception()
3444 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3639 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
3805 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
3922 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
3930 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4060 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
4062 nrt->rt6i_flags &= ~RTF_GATEWAY; in rt6_do_redirect()
4134 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()
4198 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | in rt6_add_dflt_router()
4887 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
5065 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5217 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()
5463 if (rt6_flags & RTF_GATEWAY && in rt6_fill_node()