Home
last modified time | relevance | path

Searched refs:IFLA_MAP (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Drtnl_link_attrs.h104 #if defined(IFLA_MAP) || (defined(HAVE_DECL_IFLA_MAP) && HAVE_DECL_IFLA_MAP)
106 static_assert((IFLA_MAP) == (14), "IFLA_MAP != 14");
109 # define IFLA_MAP 14
395 XLAT(IFLA_MAP),
Drtnl_link_attrs.in15 IFLA_MAP 14
/external/libnl/include/linux-private/linux/
Dif_link.h122 IFLA_MAP, enumerator
123 #define IFLA_MAP IFLA_MAP macro
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c220 IFLA_MAP, plen, pattern, plen, in main()
226 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap - 1, in main()
232 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap, in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c220 IFLA_MAP, plen, pattern, plen, in main()
226 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap - 1, in main()
232 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap, in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c220 IFLA_MAP, plen, pattern, plen, in main()
226 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap - 1, in main()
232 IFLA_MAP, sizeof_ifmap, &map, sizeof_ifmap, in main()
/external/iproute2/include/uapi/linux/
Dif_link.h127 IFLA_MAP, enumerator
128 #define IFLA_MAP IFLA_MAP macro
/external/kernel-headers/original/uapi/linux/
Dif_link.h127 IFLA_MAP, enumerator
128 #define IFLA_MAP IFLA_MAP macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const208 IFLA_MAP = 14
Dsocket_netlink_route_arm.const208 IFLA_MAP = 14
Dsocket_netlink_route_386.const208 IFLA_MAP = 14
Dsocket_netlink_route_ppc64le.const208 IFLA_MAP = 14
Dsocket_netlink_route_arm64.const208 IFLA_MAP = 14
Dsocket_netlink_route.txt148 IFLA_MAP nlattr[IFLA_MAP, rtnl_link_ifmap]
149 IFLA_MTU nlattr[IFLA_MAP, int32]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go401 IFLA_MAP = 0xe const
Dztypes_linux_s390x.go450 IFLA_MAP = 0xe const
Dztypes_linux_386.go446 IFLA_MAP = 0xe const
Dztypes_linux_mips.go447 IFLA_MAP = 0xe const
Dztypes_linux_amd64.go450 IFLA_MAP = 0xe const
Dztypes_linux_ppc64.go452 IFLA_MAP = 0xe const
Dztypes_linux_mips64.go451 IFLA_MAP = 0xe const
Dztypes_linux_mipsle.go447 IFLA_MAP = 0xe const
Dztypes_linux_arm.go449 IFLA_MAP = 0xe const
/external/libnl/lib/route/
Dlink.c284 [IFLA_MAP] = { .minlen = sizeof(struct rtnl_link_ifmap) },
432 if (tb[IFLA_MAP]) { in rtnl_link_info_parse()
433 nla_memcpy(&link->l_map, tb[IFLA_MAP], in rtnl_link_info_parse()
/external/strace/
Drtnl_link.c854 [IFLA_MAP] = decode_rtnl_link_ifmap,

12