Home
last modified time | relevance | path

Searched refs:RTF_NONEXTHOP (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
A Dipv6_route.h27 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/linux/include/net/
A Dip6_route.h259 !(rt->rt6i_flags & (RTF_GATEWAY | RTF_NONEXTHOP)) && in ipv6_anycast_destination()
/linux/net/ipv6/
A Droute.c281 .fib6_flags = (RTF_REJECT | RTF_NONEXTHOP),
298 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
312 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
324 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
720 !(fib6_flags & RTF_NONEXTHOP) && nh->fib_nh_gw_family) { in rt6_score_route()
919 return (res->f6i->fib6_flags & RTF_NONEXTHOP) || in rt6_is_gw_or_nonexthop()
3835 rt->fib6_flags = RTF_REJECT | RTF_NONEXTHOP; in ip6_route_info_create()
4574 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
A Daddrconf.c2421 cfg.fc_flags |= RTF_NONEXTHOP; in addrconf_prefix_route()
3124 pflags |= RTF_NONEXTHOP; in add_v4_addrs()

Completed in 28 milliseconds