net/core/gen_stats.c
232
res = gnet_stats_copy(d, type, &sb, sizeof(sb), TCA_STATS_PAD);
net/core/gen_stats.c
236
return gnet_stats_copy(d, TCA_STATS_PKT64, &bstats_packets,
net/core/gen_stats.c
327
res = gnet_stats_copy(d, TCA_STATS_RATE_EST, &est, sizeof(est),
net/core/gen_stats.c
332
return gnet_stats_copy(d, TCA_STATS_RATE_EST64, &sample,
net/core/gen_stats.c
404
return gnet_stats_copy(d, TCA_STATS_QUEUE,
net/core/gen_stats.c
436
return gnet_stats_copy(d, TCA_STATS_APP, st, len,
net/core/gen_stats.c
468
if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats,
net/core/gen_stats.c
473
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);