| /netbsd/src/usr.sbin/altq/altqstat/ |
| D | qdisc_rio.c | 99 (ull)rio_stats.q_stats[0].xmit_cnt.packets, in rio_stat_loop() 101 (ull)rio_stats.q_stats[1].xmit_cnt.packets, in rio_stat_loop() 103 (ull)rio_stats.q_stats[2].xmit_cnt.packets, in rio_stat_loop() 120 rate2str(calc_rate(rio_stats.q_stats[0].xmit_cnt.bytes, in rio_stat_loop() 122 rate2str(calc_rate(rio_stats.q_stats[1].xmit_cnt.bytes, in rio_stat_loop() 124 rate2str(calc_rate(rio_stats.q_stats[2].xmit_cnt.bytes, in rio_stat_loop() 127 last_bytes[0] = rio_stats.q_stats[0].xmit_cnt.bytes; in rio_stat_loop() 128 last_bytes[1] = rio_stats.q_stats[1].xmit_cnt.bytes; in rio_stat_loop() 129 last_bytes[2] = rio_stats.q_stats[2].xmit_cnt.bytes; in rio_stat_loop() 150 (ull)rp[dp].xmit_cnt.packets, in print_riostats()
|
| D | qdisc_wfq.c | 120 qinfo[i].bps = calc_rate(qinfo[i].stats.xmit_cnt.bytes, in wfq_stat_loop() 122 qinfo[i].last_bytes = qinfo[i].stats.xmit_cnt.bytes; in wfq_stat_loop() 131 top[j]->stats.xmit_cnt.packets < in wfq_stat_loop() 132 qinfo[i].stats.xmit_cnt.packets)) { in wfq_stat_loop() 152 (ull)top[j]->stats.xmit_cnt.packets, in wfq_stat_loop() 153 (ull)top[j]->stats.xmit_cnt.bytes /1024, in wfq_stat_loop()
|
| D | qdisc_fifoq.c | 75 (ull)get_stats.xmit_cnt.packets, in fifoq_stat_loop() 76 (ull)get_stats.xmit_cnt.bytes, in fifoq_stat_loop() 80 rate2str(calc_rate(get_stats.xmit_cnt.bytes, in fifoq_stat_loop() 83 last_bytes = get_stats.xmit_cnt.bytes; in fifoq_stat_loop()
|
| D | qdisc_red.c | 82 (ull)red_stats.xmit_cnt.packets, in red_stat_loop() 88 rate2str(calc_rate(red_stats.xmit_cnt.bytes, in red_stat_loop() 99 last_bytes = red_stats.xmit_cnt.bytes; in red_stat_loop() 116 (ull)rp->xmit_cnt.packets, in print_redstats()
|
| D | qdisc_cbq.c | 114 rate2str(calc_rate(sp->xmit_cnt.bytes, in cbq_stat_loop() 115 lp->xmit_cnt.bytes, sec))); in cbq_stat_loop() 120 (ull)sp->xmit_cnt.packets, in cbq_stat_loop() 121 (ull)sp->xmit_cnt.bytes); in cbq_stat_loop()
|
| D | qdisc_hfsc.c | 125 (ull)sp->xmit_cnt.packets, in hfsc_stat_loop() 126 (ull)sp->xmit_cnt.bytes, in hfsc_stat_loop()
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl_qstats.c | 296 (unsigned long long)cur.data.cbq_stats.xmit_cnt.packets, in print_cbqstats() 297 (unsigned long long)cur.data.cbq_stats.xmit_cnt.bytes, in print_cbqstats() 337 (unsigned long long)cur.data.hfsc_stats.xmit_cnt.packets, in print_hfscstats() 338 (unsigned long long)cur.data.hfsc_stats.xmit_cnt.bytes, in print_hfscstats() 381 b = qs->data.cbq_stats.xmit_cnt.bytes; in update_avg() 382 p = qs->data.cbq_stats.xmit_cnt.packets; in update_avg() 389 b = qs->data.hfsc_stats.xmit_cnt.bytes; in update_avg() 390 p = qs->data.hfsc_stats.xmit_cnt.packets; in update_avg()
|
| /netbsd/src/sys/altq/ |
| D | altq_red.h | 45 struct pktcntr xmit_cnt; member 96 struct pktcntr xmit_cnt; member 161 struct pktcntr xmit_cnt; member
|
| D | altq_fifoq.h | 45 struct pktcntr xmit_cnt; member 60 struct pktcntr xmit_cnt; member
|
| D | altq_wfq.h | 63 struct pktcntr xmit_cnt; member 109 struct pktcntr xmit_cnt; member
|
| D | altq_fifoq.c | 220 q_stats->xmit_cnt = q->q_stats.xmit_cnt; in fifoqioctl() 321 PKTCNTR_ADD(&q->q_stats.xmit_cnt, m_pktlen(m)); in fifoq_dequeue()
|
| D | altq_hfsc.h | 97 struct pktcntr xmit_cnt; member 287 struct pktcntr xmit_cnt; member
|
| D | altq_red.c | 339 sp->xmit_cnt = rp->red_stats.xmit_cnt; in red_getstats() 479 PKTCNTR_ADD(&rp->red_stats.xmit_cnt, m_pktlen(m)); in red_addq() 876 q_stats->xmit_cnt = rp->red_stats.xmit_cnt; in redioctl()
|
| D | altq_wfq.c | 482 PKTCNTR_ADD(&queue->xmit_cnt, byte); in wfq_ifdequeue() 555 stats->xmit_cnt = queue->xmit_cnt; in wfq_getstats()
|
| D | altq_cbq.h | 75 struct pktcntr xmit_cnt; /* packets sent in this class */ member
|
| D | altq_cbq.c | 216 statsp->xmit_cnt = cl->stats_.xmit_cnt; in get_class_stats() 1107 (int)s->xmit_cnt.packets, (int)s->xmit_cnt.bytes);
|
| D | altq_rmclass.h | 113 struct pktcntr xmit_cnt; /* packets sent in this class */ member
|
| D | altq_hfsc.c | 810 PKTCNTR_ADD(&cl->cl_stats.xmit_cnt, len); in hfsc_dequeue() 1672 sp->xmit_cnt = cl->cl_stats.xmit_cnt; in get_class_stats()
|
| D | altq_rmclass.c | 1279 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util() 1386 PKTCNTR_ADD(&cl->stats_.xmit_cnt, pktlen); in rmc_update_class_util()
|
| D | altq_rio.c | 437 PKTCNTR_ADD(&rp->q_stats[dpindex].xmit_cnt, m_pktlen(m)); in rio_addq()
|