cl_stats 644 altq/altq_hfsc.c PKTCNTR_ADD(&cl->cl_stats.drop_cnt, len); cl_stats 742 altq/altq_hfsc.c PKTCNTR_ADD(&cl->cl_stats.xmit_cnt, len); cl_stats 821 altq/altq_hfsc.c PKTCNTR_ADD(&cl->cl_stats.drop_cnt, m_pktlen(m)); cl_stats 840 altq/altq_hfsc.c cl->cl_stats.period++; cl_stats 1604 altq/altq_hfsc.c sp->xmit_cnt = cl->cl_stats.xmit_cnt; cl_stats 1605 altq/altq_hfsc.c sp->drop_cnt = cl->cl_stats.drop_cnt; cl_stats 1606 altq/altq_hfsc.c sp->period = cl->cl_stats.period; cl_stats 221 altq/altq_hfsc.h } cl_stats;