Searched refs:IFLA_STATS (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/linux/
H A Dif_link.h90 IFLA_STATS, enumerator in enum:__anon5669
/external/kernel-headers/original/linux/
H A Dif_link.h91 IFLA_STATS, enumerator in enum:__anon6361
/external/iproute2/misc/
H A Difstat.c100 if (tb[IFLA_IFNAME] == NULL || tb[IFLA_STATS] == NULL)
108 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival));
/external/iproute2/ip/
H A Dipaddress.c370 if (do_link && !tb[IFLA_STATS64] && tb[IFLA_STATS] && show_stats) {
372 struct rtnl_link_stats *s = RTA_DATA(tb[IFLA_STATS]);

Completed in 69 milliseconds