Home
last modified time | relevance | path

Searched refs:IFLA_NET_NS_FD (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Drtnl_link_attrs.h202 #if defined(IFLA_NET_NS_FD) || (defined(HAVE_DECL_IFLA_NET_NS_FD) && HAVE_DECL_IFLA_NET_NS_FD)
204 static_assert((IFLA_NET_NS_FD) == (28), "IFLA_NET_NS_FD != 28");
207 # define IFLA_NET_NS_FD 28
409 XLAT(IFLA_NET_NS_FD),
Drtnl_link_attrs.in29 IFLA_NET_NS_FD 28
/external/iproute2/include/uapi/linux/
Dif_link.h144 IFLA_NET_NS_FD, enumerator
/external/libnl/include/linux-private/linux/
Dif_link.h144 IFLA_NET_NS_FD, enumerator
/external/libnl/lib/route/
Dlink.c375 [IFLA_NET_NS_FD] = { .type = NLA_U32 },
567 if (tb[IFLA_NET_NS_FD]) { in rtnl_link_info_parse()
568 link->l_ns_fd = nla_get_u32(tb[IFLA_NET_NS_FD]); in rtnl_link_info_parse()
1571 NLA_PUT_U32(msg, IFLA_NET_NS_FD, link->l_ns_fd); in rtnl_link_fill_info()
/external/kernel-headers/original/uapi/linux/
Dif_link.h314 IFLA_NET_NS_FD, enumerator
/external/strace/
Drtnl_link.c868 [IFLA_NET_NS_FD] = decode_nla_fd,
DChangeLog10788 (ifinfomsg_nla_decoders) <IFLA_NET_NS_FD>: Likewise.
/external/iproute2/ip/
Diplink.c637 addattr_l(&req->n, sizeof(*req), IFLA_NET_NS_FD, in iplink_parse()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1345 pub const IFLA_NET_NS_FD: ::c_ushort = 28; constant