Home
last modified time | relevance | path

Searched refs:IFLA_STATS (Results 1 – 25 of 26) sorted by relevance

12

/external/strace/xlat/
Drtnl_link_attrs.h55 #if defined(IFLA_STATS) || (defined(HAVE_DECL_IFLA_STATS) && HAVE_DECL_IFLA_STATS)
57 static_assert((IFLA_STATS) == (7), "IFLA_STATS != 7");
60 # define IFLA_STATS 7
388 XLAT(IFLA_STATS),
Drtnl_link_attrs.in8 IFLA_STATS 7
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c143 IFLA_STATS, pattern, st, in main()
177 IFLA_STATS, sizeof_stats, &st, sizeof_stats, in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c143 IFLA_STATS, pattern, st, in main()
177 IFLA_STATS, sizeof_stats, &st, sizeof_stats, in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c143 IFLA_STATS, pattern, st, in main()
177 IFLA_STATS, sizeof_stats, &st, sizeof_stats, in main()
/external/libnl/include/linux-private/linux/
Dif_link.h109 IFLA_STATS, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go394 IFLA_STATS = 0x7 const
Dztypes_linux_s390x.go443 IFLA_STATS = 0x7 const
Dztypes_linux_386.go439 IFLA_STATS = 0x7 const
Dztypes_linux_mips.go440 IFLA_STATS = 0x7 const
Dztypes_linux_amd64.go443 IFLA_STATS = 0x7 const
Dztypes_linux_ppc64.go445 IFLA_STATS = 0x7 const
Dztypes_linux_mips64.go444 IFLA_STATS = 0x7 const
Dztypes_linux_mipsle.go440 IFLA_STATS = 0x7 const
Dztypes_linux_arm.go442 IFLA_STATS = 0x7 const
Dztypes_linux_arm64.go444 IFLA_STATS = 0x7 const
Dztypes_linux_mips64le.go444 IFLA_STATS = 0x7 const
Dztypes_linux_ppc64le.go445 IFLA_STATS = 0x7 const
/external/iproute2/misc/
Difstat.c178 if (tb[IFLA_IFNAME] == NULL || tb[IFLA_STATS] == NULL) in get_nlmsg()
186 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival)); in get_nlmsg()
/external/iproute2/include/uapi/linux/
Dif_link.h114 IFLA_STATS, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h114 IFLA_STATS, enumerator
/external/libnl/lib/route/
Dlink.c282 [IFLA_STATS] = { .minlen = sizeof(struct rtnl_link_stats) },
312 if (tb[IFLA_STATS]) { in rtnl_link_info_parse()
313 struct rtnl_link_stats *st = nla_data(tb[IFLA_STATS]); in rtnl_link_info_parse()
/external/strace/
Drtnl_link.c847 [IFLA_STATS] = decode_rtnl_link_stats,
/external/iproute2/ip/
Dipaddress.c900 } else if (tb[IFLA_STATS]) { in __print_link_stats()
903 memcpy(&stats, RTA_DATA(tb[IFLA_STATS]), in __print_link_stats()
904 MIN(RTA_PAYLOAD(tb[IFLA_STATS]), sizeof(stats))); in __print_link_stats()
/external/toybox/toys/pending/
Dip.c867 case IFLA_STATS : in get_link_info()

12