Searched refs:cl_stats (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h294 } cl_stats; member in struct:hfsc_class
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h289 } cl_stats; member in struct:hfsc_class
H A Daltq_hfsc.c727 PKTCNTR_ADD(&cl->cl_stats.drop_cnt, len);
827 PKTCNTR_ADD(&cl->cl_stats.xmit_cnt, len);
906 PKTCNTR_ADD(&cl->cl_stats.drop_cnt, m_pktlen(m));
925 cl->cl_stats.period++;
1689 sp->xmit_cnt = cl->cl_stats.xmit_cnt;
1690 sp->drop_cnt = cl->cl_stats.drop_cnt;
1691 sp->period = cl->cl_stats.period;

Completed in 112 milliseconds