Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Droute.h52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */ macro
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_iter_ipv6_route.c41 flags |= RTF_GATEWAY; in dump_ipv6_route()
A Dbpf_tracing_net.h61 #define RTF_GATEWAY 0x0002 macro
/linux-6.3-rc2/include/net/
A Dip6_route.h255 !(rt->rt6i_flags & (RTF_GATEWAY | RTF_NONEXTHOP)) && in ipv6_anycast_destination()
293 if (rt->rt6i_flags & RTF_GATEWAY) in rt6_nexthop()
/linux-6.3-rc2/net/appletalk/
A Dddp.c588 (!(tmp->flags&RTF_GATEWAY) || in atrtr_delete()
1360 if (rt->flags & RTF_GATEWAY) { in atalk_route_packet()
1647 (dev->flags & IFF_LOOPBACK || !(rt->flags & RTF_GATEWAY))) { in atalk_sendmsg()
1700 !(rt->flags & RTF_GATEWAY) && !(dev->flags & IFF_LOOPBACK)) { in atalk_sendmsg()
1729 if (rt->flags & RTF_GATEWAY) { in atalk_sendmsg()
/linux-6.3-rc2/net/ipv6/ila/
A Dila_lwt.c54 if (rt->rt6i_flags & (RTF_GATEWAY | RTF_CACHE)) { in ila_output()
/linux-6.3-rc2/net/ipv6/
A Droute.c1133 rt->rt6i_flags |= RTF_GATEWAY; in ip6_rt_copy_init()
2097 if (rt->rt6i_flags & RTF_GATEWAY) { in rt6_age_examine_exception()
3572 if (cfg->fc_flags & RTF_GATEWAY) { in fib6_nh_init()
3963 if (cfg->fc_flags & RTF_GATEWAY && in __ip6_del_cached_rt()
4080 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()
4088 if (cfg->fc_flags & RTF_GATEWAY) in ip6_route_del()
4220 nrt->rt6i_flags &= ~RTF_GATEWAY; in rt6_do_redirect()
5051 cfg->fc_flags |= RTF_GATEWAY; in rtm_to_fib6_config()
5271 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_add()
5451 r_cfg.fc_flags |= RTF_GATEWAY; in ip6_route_multipath_del()
[all …]
A Dndisc.c1707 if (rt->rt6i_flags & RTF_GATEWAY) { in ndisc_send_redirect()
A Dip6_output.c594 if (rt->rt6i_flags & RTF_GATEWAY) in ip6_forward()
A Dip6_fib.c2504 flags |= RTF_GATEWAY; in ipv6_route_native_seq_show()
/linux-6.3-rc2/net/ipv4/
A Dfib_frontend.c574 if (rt->rt_flags & RTF_GATEWAY && in rtentry_to_fib_config()
582 if (rt->rt_flags & RTF_GATEWAY && !cfg->fc_gw_family) in rtentry_to_fib_config()
A Dipconfig.c423 rm.rt_flags = RTF_UP | RTF_GATEWAY; in ic_setup_routes()
A Dfib_semantics.c1055 .fc_flags = nh->fib_nh_flags | RTF_GATEWAY, in fib_check_nh_v6_gw()
A Dfib_trie.c2948 flags |= RTF_GATEWAY; in fib_flag_trans()
A Dnexthop.c2563 fib6_cfg.fc_flags |= RTF_GATEWAY; in nh_create_ipv6()
/linux-6.3-rc2/drivers/infiniband/core/
A Daddr.c360 return rt6->rt6i_flags & RTF_GATEWAY; in has_gateway()

Completed in 55 milliseconds