Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_red.h46 struct pktcntr drop_cnt; member
97 struct pktcntr drop_cnt; member
162 struct pktcntr drop_cnt; member
Daltq_fifoq.h46 struct pktcntr drop_cnt; member
61 struct pktcntr drop_cnt; member
Daltq_wfq.h64 struct pktcntr drop_cnt; member
110 struct pktcntr drop_cnt; member
Daltq_fifoq.c221 q_stats->drop_cnt = q->q_stats.drop_cnt; in fifoqioctl()
270 PKTCNTR_ADD(&q->q_stats.drop_cnt, m_pktlen(m)); in fifoq_enqueue()
Daltq_hfsc.h98 struct pktcntr drop_cnt; member
288 struct pktcntr drop_cnt; member
Daltq_red.c340 sp->drop_cnt = rp->red_stats.drop_cnt; in red_getstats()
465 PKTCNTR_ADD(&rp->red_stats.drop_cnt, m_pktlen(m)); in red_addq()
877 q_stats->drop_cnt = rp->red_stats.drop_cnt; in redioctl()
Daltq_wfq.c303 PKTCNTR_ADD(&drop_queue->drop_cnt, byte); in wfq_ifenqueue()
556 stats->drop_cnt = queue->drop_cnt; in wfq_getstats()
Daltq_cbq.h76 struct pktcntr drop_cnt; /* dropped packets */ member
Daltq_cbq.c217 statsp->drop_cnt = cl->stats_.drop_cnt; in get_class_stats()
539 PKTCNTR_ADD(&cl->stats_.drop_cnt, len); in cbq_enqueue()
1109 s->over, s->borrows, (int)s->drop_cnt.packets,
Daltq_rmclass.h114 struct pktcntr drop_cnt; /* dropped packets */ member
Daltq_hfsc.c712 PKTCNTR_ADD(&cl->cl_stats.drop_cnt, len); in hfsc_enqueue()
889 PKTCNTR_ADD(&cl->cl_stats.drop_cnt, m_pktlen(m)); in hfsc_purgeq()
1673 sp->drop_cnt = cl->cl_stats.drop_cnt; in get_class_stats()
Daltq_rio.c416 PKTCNTR_ADD(&rp->q_stats[dpindex].drop_cnt, m_pktlen(m)); in rio_addq()
/netbsd/src/usr.sbin/altq/altqstat/
Dqdisc_rio.c100 (ull)rio_stats.q_stats[0].drop_cnt.packets, in rio_stat_loop()
102 (ull)rio_stats.q_stats[1].drop_cnt.packets, in rio_stat_loop()
104 (ull)rio_stats.q_stats[2].drop_cnt.packets); in rio_stat_loop()
Dqdisc_fifoq.c77 (ull)get_stats.drop_cnt.packets, in fifoq_stat_loop()
78 (ull)get_stats.drop_cnt.bytes); in fifoq_stat_loop()
Dqdisc_cbq.c127 (ull)sp->drop_cnt.packets, in cbq_stat_loop()
128 (ull)sp->drop_cnt.bytes); in cbq_stat_loop()
Dqdisc_wfq.c154 (ull)top[j]->stats.drop_cnt.packets, in wfq_stat_loop()
155 (ull)top[j]->stats.drop_cnt.bytes /1024, in wfq_stat_loop()
Dqdisc_hfsc.c127 (ull)sp->drop_cnt.packets, in hfsc_stat_loop()
128 (ull)sp->drop_cnt.bytes); in hfsc_stat_loop()
Dqdisc_red.c83 (ull)red_stats.drop_cnt.packets, in red_stat_loop()
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_qstats.c298 (unsigned long long)cur.data.cbq_stats.drop_cnt.packets, in print_cbqstats()
299 (unsigned long long)cur.data.cbq_stats.drop_cnt.bytes); in print_cbqstats()
339 (unsigned long long)cur.data.hfsc_stats.drop_cnt.packets, in print_hfscstats()
340 (unsigned long long)cur.data.hfsc_stats.drop_cnt.bytes); in print_hfscstats()