Home
last modified time | relevance | path

Searched refs:RTAX_LOCK (Results 1 – 24 of 24) sorted by relevance

/external/strace/xlat/
Drtnl_rta_metrics_attrs.h13 #if defined(RTAX_LOCK) || (defined(HAVE_DECL_RTAX_LOCK) && HAVE_DECL_RTAX_LOCK)
15 static_assert((RTAX_LOCK) == (1), "RTAX_LOCK != 1");
18 # define RTAX_LOCK 1
137 XLAT(RTAX_LOCK),
Drtnl_rta_metrics_attrs.in2 RTAX_LOCK 1
/external/libnl/include/linux-private/linux/
Drtnetlink.h347 RTAX_LOCK, enumerator
348 #define RTAX_LOCK RTAX_LOCK macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h402 RTAX_LOCK, enumerator
403 #define RTAX_LOCK RTAX_LOCK macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h417 RTAX_LOCK, enumerator
418 #define RTAX_LOCK RTAX_LOCK macro
/external/libnl/lib/route/
Droute_utils.c144 __ADD(RTAX_LOCK, lock)
/external/strace/tests-mx32/
Dnlattr_rtmsg.c117 .nla_type = RTAX_LOCK, in main()
/external/strace/tests-m32/
Dnlattr_rtmsg.c117 .nla_type = RTAX_LOCK, in main()
/external/strace/tests/
Dnlattr_rtmsg.c117 .nla_type = RTAX_LOCK, in main()
/external/strace/
Drtnl_route.c93 [RTAX_LOCK] = decode_nla_u32,
/external/iproute2/ip/
Diproute.c571 if (mxrta[RTAX_LOCK]) in print_route()
572 mxlock = rta_getattr_u32(mxrta[RTAX_LOCK]); in print_route()
1263 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_LOCK, mxlock); in iproute_modify()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1224 RTAX_LOCK = 0x1 const
Dzerrors_linux_mipsle.go1461 RTAX_LOCK = 0x1 const
Dzerrors_linux_s390x.go1521 RTAX_LOCK = 0x1 const
Dzerrors_linux_arm.go1467 RTAX_LOCK = 0x1 const
Dzerrors_linux_ppc64le.go1517 RTAX_LOCK = 0x1 const
Dzerrors_linux_mips64.go1461 RTAX_LOCK = 0x1 const
Dzerrors_linux_ppc64.go1517 RTAX_LOCK = 0x1 const
Dzerrors_linux_amd64.go1461 RTAX_LOCK = 0x1 const
Dzerrors_linux_mips64le.go1461 RTAX_LOCK = 0x1 const
Dzerrors_linux_386.go1460 RTAX_LOCK = 0x1 const
Dzerrors_linux_mips.go1461 RTAX_LOCK = 0x1 const
Dzerrors_linux_arm64.go1451 RTAX_LOCK = 0x1 const
/external/toybox/toys/pending/
Dip.c1999 RTAX_LOCK, (char*)&mxlock, sizeof(mxlock)); in route_update()