Home
last modified time | relevance | path

Searched refs:IFLA_PRIORITY (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Drtnl_link_attrs.h69 #if defined(IFLA_PRIORITY) || (defined(HAVE_DECL_IFLA_PRIORITY) && HAVE_DECL_IFLA_PRIORITY)
71 static_assert((IFLA_PRIORITY) == (9), "IFLA_PRIORITY != 9");
74 # define IFLA_PRIORITY 9
390 XLAT(IFLA_PRIORITY),
Drtnl_link_attrs.in10 IFLA_PRIORITY 9
/external/iproute2/include/uapi/linux/
Dif_link.h117 IFLA_PRIORITY, enumerator
118 #define IFLA_PRIORITY IFLA_PRIORITY macro
/external/libnl/include/linux-private/linux/
Dif_link.h117 IFLA_PRIORITY, enumerator
118 #define IFLA_PRIORITY IFLA_PRIORITY macro
/external/kernel-headers/original/uapi/linux/
Dif_link.h287 IFLA_PRIORITY, enumerator
288 #define IFLA_PRIORITY IFLA_PRIORITY macro
/external/strace/
Drtnl_link.c849 [IFLA_PRIORITY] = NULL, /* unused */
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1326 pub const IFLA_PRIORITY: ::c_ushort = 9; constant