Lines Matching refs:bstats
116 struct gnet_stats_basic_packed bstats; member
724 bstats_update(&cl->bstats, skb); in htb_charge_class()
914 bstats_update(&cl->bstats, skb); in htb_dequeue_tree()
1314 memset(&cl->bstats, 0, sizeof(cl->bstats)); in htb_offload_aggregate_stats()
1326 cl->bstats.bytes += c->bstats_bias.bytes; in htb_offload_aggregate_stats()
1327 cl->bstats.packets += c->bstats_bias.packets; in htb_offload_aggregate_stats()
1329 cl->bstats.bytes += c->leaf.q->bstats.bytes; in htb_offload_aggregate_stats()
1330 cl->bstats.packets += c->leaf.q->bstats.packets; in htb_offload_aggregate_stats()
1358 cl->bstats = cl->leaf.q->bstats; in htb_dump_class_stats()
1360 memset(&cl->bstats, 0, sizeof(cl->bstats)); in htb_dump_class_stats()
1361 cl->bstats.bytes += cl->bstats_bias.bytes; in htb_dump_class_stats()
1362 cl->bstats.packets += cl->bstats_bias.packets; in htb_dump_class_stats()
1369 d, NULL, &cl->bstats) < 0 || in htb_dump_class_stats()
1581 cl->parent->bstats_bias.bytes += q->bstats.bytes; in htb_destroy_class_offload()
1582 cl->parent->bstats_bias.packets += q->bstats.packets; in htb_destroy_class_offload()
1858 err = gen_new_estimator(&cl->bstats, NULL, in htb_change_class()
1925 parent->bstats_bias.bytes += old_q->bstats.bytes; in htb_change_class()
1926 parent->bstats_bias.packets += old_q->bstats.packets; in htb_change_class()
1983 err = gen_replace_estimator(&cl->bstats, NULL, in htb_change_class()