Searched refs:tc_stats (Results 1 – 4 of 4) sorted by relevance
161 d->tc_stats.bytes = bstats.bytes; in gnet_stats_copy_basic()162 d->tc_stats.packets = bstats.packets; in gnet_stats_copy_basic()205 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()206 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()280 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()281 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue()282 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue()283 d->tc_stats.overlimits = qstats.overlimits; in gnet_stats_copy_queue()348 if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats, in gnet_stats_finish_copy()349 sizeof(d->tc_stats)) < 0) in gnet_stats_finish_copy()
24 struct tc_stats tc_stats; member
52 Prior users of struct tc_stats and xstats can maintain backward64 A struct tc_stats will be filled out during gnet_stats_copy_* calls
32 struct tc_stats { struct