Home
last modified time | relevance | path

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

/external/strace/xlat/
Droute_nexthop_flags.h27 #if defined(RTNH_F_OFFLOAD) || (defined(HAVE_DECL_RTNH_F_OFFLOAD) && HAVE_DECL_RTNH_F_OFFLOAD)
29 static_assert((RTNH_F_OFFLOAD) == (8), "RTNH_F_OFFLOAD != 8");
32 # define RTNH_F_OFFLOAD 8
62 XLAT(RTNH_F_OFFLOAD),
Droute_nexthop_flags.in4 RTNH_F_OFFLOAD 8
/external/iproute2/include/uapi/linux/
Drtnetlink.h359 #define RTNH_F_OFFLOAD 8 /* offloaded route */ macro
363 #define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD)
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h374 #define RTNH_F_OFFLOAD 8 /* offloaded route */ macro
378 #define RTNH_COMPARE_MASK (RTNH_F_DEAD | RTNH_F_LINKDOWN | RTNH_F_OFFLOAD)
/external/iproute2/ip/
Diproute.c451 if (r->rtm_flags & RTNH_F_OFFLOAD) in print_route()
701 if (nh->rtnh_flags & RTNH_F_OFFLOAD) in print_route()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1336 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_mipsle.go1603 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_s390x.go1663 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_arm.go1609 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_ppc64le.go1659 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_mips64.go1603 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_ppc64.go1659 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_amd64.go1603 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_mips64le.go1603 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_386.go1602 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_mips.go1603 RTNH_F_OFFLOAD = 0x8 const
Dzerrors_linux_arm64.go1593 RTNH_F_OFFLOAD = 0x8 const