Searched refs:stats_ (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/altq/ |
| D | altq_cbq.c | 106 cl->stats_.handle == chandle) in clh_to_clp() 110 cl->stats_.handle == chandle) in clh_to_clp() 160 statsp->handle = cl->stats_.handle; in get_class_stats() 161 statsp->xmit_cnt = cl->stats_.xmit_cnt; in get_class_stats() 162 statsp->drop_cnt = cl->stats_.drop_cnt; in get_class_stats() 163 statsp->over = cl->stats_.over; in get_class_stats() 164 statsp->borrows = cl->stats_.borrows; in get_class_stats() 165 statsp->overactions = cl->stats_.overactions; in get_class_stats() 166 statsp->delays = cl->stats_.delays; in get_class_stats() 351 cl->stats_.handle = a->qid; in cbq_add_queue() [all …]
|
| D | altq_rmclass.c | 771 CBQTRACE(rmc_queue_packet, 'ytpe', cl->stats_.handle); in rmc_queue_packet() 1243 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util() 1314 CBQTRACE(rmc_update_class_util, 'milo', cl->stats_.handle); in rmc_update_class_util() 1327 ++cl->stats_.over; in rmc_update_class_util() 1340 ++cl->stats_.borrows; in rmc_update_class_util() 1350 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util() 1442 cl->stats_.overactions++; in rmc_delay_action() 1449 CBQTRACE(rmc_delay_action, 'yled', cl->stats_.handle); in rmc_delay_action() 1474 cl->stats_.delays++; in rmc_delay_action() 1527 CBQTRACE(rmc_restart, 'trts', cl->stats_.handle); in rmc_restart()
|
| D | altq_rmclass.h | 178 rm_class_stats_t stats_; /* Class Statistics */ member
|