Searched refs:NDTA_STATS (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/include/linux/
H A Dneighbour.h150 NDTA_STATS, /* struct ndt_stats, read-only */ enumerator in enum:__anon22300
/external/kernel-headers/original/uapi/linux/
H A Dneighbour.h157 NDTA_STATS, /* struct ndt_stats, read-only */ enumerator in enum:__anon23177
/external/libnl/include/linux/
H A Dneighbour.h153 NDTA_STATS, /* struct ndt_stats, read-only */ enumerator in enum:__anon24456
/external/libnl/lib/route/
H A Dneightbl.c117 [NDTA_STATS] = { .minlen = sizeof(struct ndt_stats) },
179 if (tb[NDTA_STATS]) {
180 nla_memcpy(&ntbl->nt_stats, tb[NDTA_STATS],
/external/iproute2/ip/
H A Dipntable.c556 if (tb[NDTA_STATS] && show_stats) {
557 struct ndt_stats *ndts = RTA_DATA(tb[NDTA_STATS]);

Completed in 2445 milliseconds