Home
last modified time | relevance | path

Searched refs:bstats_bias (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/net/sched/
Dsch_htb.c117 struct gnet_stats_basic_packed bstats_bias; member
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()
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()
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()
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()