Home
last modified time | relevance | path

Searched refs:RTF_GATEWAY (Results 1 – 17 of 17) sorted by relevance

/linux/include/uapi/linux/
H A Droute.h52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */ macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ipv6_route.c41 flags |= RTF_GATEWAY; in dump_ipv6_route()
H A Dbpf_tracing_net.h94 #define RTF_GATEWAY 0x0002 macro
/linux/include/net/
H A Dip6_route.h262 !(rt->rt6i_flags & (RTF_GATEWAY | RTF_NONEXTHOP)) && in ipv6_anycast_destination()
310 if (rt->rt6i_flags & RTF_GATEWAY) in rt6_nexthop()
/linux/net/appletalk/
H A Dddp.c602 (!(tmp->flags&RTF_GATEWAY) || in atrtr_delete()
1341 if (rt->flags & RTF_GATEWAY) { in atalk_route_packet()
1625 (dev->flags & IFF_LOOPBACK || !(rt->flags & RTF_GATEWAY))) { in atalk_sendmsg()
1678 !(rt->flags & RTF_GATEWAY) && !(dev->flags & IFF_LOOPBACK)) { in atalk_sendmsg()
1707 if (rt->flags & RTF_GATEWAY) { in atalk_sendmsg()
/linux/net/ipv6/
H A Droute.c1183 rt->rt6i_flags |= RTF_GATEWAY; in ip6_rt_copy_init()
2101 #define RTF_CACHE_GATEWAY (RTF_GATEWAY | RTF_CACHE)
2162 if (rt->rt6i_flags & RTF_GATEWAY) { in rt6_age_examine_exception()
3648 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3845 rt->fib6_flags = cfg->fc_flags & ~RTF_GATEWAY; in ip6_route_info_create()
4078 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
4195 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
4202 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4334 nrt->rt6i_flags = RTF_GATEWAY|RTF_UP|RTF_DYNAMIC|RTF_CACHE; in rt6_do_redirect()
4336 nrt->rt6i_flags &= ~RTF_GATEWAY; in rt6_do_redirect()
[all …]
H A Dndisc.c1705 if (rt->rt6i_flags & RTF_GATEWAY) { in ndisc_send_redirect()
H A Dip6_output.c609 if (rt->rt6i_flags & RTF_GATEWAY) in ip6_forward()
H A Dip6_fib.c2627 flags |= RTF_GATEWAY; in ipv6_route_native_seq_show()
/linux/net/ipv6/ila/
H A Dila_lwt.c54 if (rt->rt6i_flags & (RTF_GATEWAY | RTF_CACHE)) { in ila_output()
/linux/drivers/net/ovpn/
H A Dpeer.c429 if (!rt || !(rt->rt6i_flags & RTF_GATEWAY)) in ovpn_nexthop_from_skb6()
837 if (!(rt->rt6i_flags & RTF_GATEWAY)) in ovpn_nexthop_from_rt6()
/linux/drivers/infiniband/core/
H A Daddr.c341 return dst_rt6_info(dst)->rt6i_flags & RTF_GATEWAY; in has_gateway()
/linux/net/ipv4/
H A Dfib_frontend.c581 if (rt->rt_flags & RTF_GATEWAY && in rtentry_to_fib_config()
592 if (rt->rt_flags & RTF_GATEWAY && !cfg->fc_gw_family) in rtentry_to_fib_config()
H A Dipconfig.c423 rm.rt_flags = RTF_UP | RTF_GATEWAY; in ic_setup_routes()
H A Dfib_semantics.c1079 .fc_flags = nh->fib_nh_flags | RTF_GATEWAY, in fib_check_nh_v6_gw()
H A Dfib_trie.c2927 flags |= RTF_GATEWAY; in fib_flag_trans()
H A Dnexthop.c2892 fib6_cfg.fc_flags |= RTF_GATEWAY; in nh_create_ipv6()