tc_stats           20 include/net/gen_stats.h 	struct tc_stats   tc_stats;
tc_stats          112 net/core/gen_stats.c 		d->tc_stats.bytes = b->bytes;
tc_stats          113 net/core/gen_stats.c 		d->tc_stats.packets = b->packets;
tc_stats          137 net/core/gen_stats.c 		d->tc_stats.bps = r->bps;
tc_stats          138 net/core/gen_stats.c 		d->tc_stats.pps = r->pps;
tc_stats          162 net/core/gen_stats.c 		d->tc_stats.drops = q->drops;
tc_stats          163 net/core/gen_stats.c 		d->tc_stats.qlen = q->qlen;
tc_stats          164 net/core/gen_stats.c 		d->tc_stats.backlog = q->backlog;
tc_stats          165 net/core/gen_stats.c 		d->tc_stats.overlimits = q->overlimits;
tc_stats          220 net/core/gen_stats.c 		if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats,
tc_stats          221 net/core/gen_stats.c 			sizeof(d->tc_stats)) < 0)