Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipv6_route.h27 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipv6_route.h27 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipv6_route.h27 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Droute.h96 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Droute.h96 #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ macro
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h258 !(rt->rt6i_flags & (RTF_GATEWAY | RTF_NONEXTHOP)) && in ipv6_anycast_destination()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c279 .fib6_flags = (RTF_REJECT | RTF_NONEXTHOP),
296 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
310 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
322 .rt6i_flags = (RTF_REJECT | RTF_NONEXTHOP),
718 !(fib6_flags & RTF_NONEXTHOP) && nh->fib_nh_gw_family) { in rt6_score_route()
917 return (res->f6i->fib6_flags & RTF_NONEXTHOP) || in rt6_is_gw_or_nonexthop()
3706 rt->fib6_flags = RTF_REJECT | RTF_NONEXTHOP; in ip6_route_info_create()
4421 .fc_flags = RTF_UP | RTF_NONEXTHOP, in addrconf_f6i_alloc()
H A Daddrconf.c2440 cfg.fc_flags |= RTF_NONEXTHOP; in addrconf_prefix_route()
3153 pflags |= RTF_NONEXTHOP; in sit_add_v4_addrs()