net/core/gen_stats.c
231
res = gnet_stats_copy(d, type, &sb, sizeof(sb), TCA_STATS_PAD);
net/core/gen_stats.c
235
return gnet_stats_copy(d, TCA_STATS_PKT64, &bstats_packets,
net/core/gen_stats.c
326
res = gnet_stats_copy(d, TCA_STATS_RATE_EST, &est, sizeof(est),
net/core/gen_stats.c
331
return gnet_stats_copy(d, TCA_STATS_RATE_EST64, &sample,
net/core/gen_stats.c
403
return gnet_stats_copy(d, TCA_STATS_QUEUE,
net/core/gen_stats.c
435
return gnet_stats_copy(d, TCA_STATS_APP, st, len,
net/core/gen_stats.c
467
if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats,
net/core/gen_stats.c
472
if (gnet_stats_copy(d, d->compat_xstats, d->xstats,
net/core/gen_stats.c
77
int ret = gnet_stats_copy(d, type, NULL, 0, padattr);