Searched refs:pktcntr (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h107 struct pktcntr xmitcnt; /* transmitted packet counter */
108 struct pktcntr dropcnt; /* dropped packet counter */
139 struct pktcntr cl_xmitcnt; /* transmitted packet counter */
140 struct pktcntr cl_dropcnt; /* dropped packet counter */
H A Dpktsched_tcq.h79 struct pktcntr xmitcnt; /* transmitted packet counter */
80 struct pktcntr dropcnt; /* dropped packet counter */
111 struct pktcntr cl_xmitcnt; /* transmitted packet counter */
112 struct pktcntr cl_dropcnt; /* dropped packet counter */
H A Dpktsched_fairq.h122 struct pktcntr xmit_cnt; /* transmitted packet counter */
123 struct pktcntr drop_cnt; /* dropped packet counter */
180 struct pktcntr cl_xmitcnt; /* transmitted packet counter */
181 struct pktcntr cl_dropcnt; /* dropped packet counter */
H A Dpktsched_qfq.h109 struct pktcntr xmitcnt; /* transmitted packet counter */
110 struct pktcntr dropcnt; /* dropped packet counter */
227 struct pktcntr cl_xmitcnt; /* transmitted packet counter */
228 struct pktcntr cl_dropcnt; /* dropped packet counter */
H A Dpktsched_cbq.h125 struct pktcntr xmit_cnt; /* packets sent in this class */
126 struct pktcntr drop_cnt; /* dropped packets */
H A Dpktsched_hfsc.h157 struct pktcntr xmit_cnt;
158 struct pktcntr drop_cnt;
295 struct pktcntr xmit_cnt;
296 struct pktcntr drop_cnt;
H A Dpktsched_rmclass.h176 struct pktcntr xmit_cnt; /* packets sent in this class */
177 struct pktcntr drop_cnt; /* dropped packets */
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.h102 struct pktcntr xmit_cnt;
103 struct pktcntr drop_cnt;
H A Dclassq_red.h134 struct pktcntr xmit_cnt;
135 struct pktcntr drop_cnt;
H A Dif_classq.h117 struct pktcntr ifcq_xmitcnt;
118 struct pktcntr ifcq_dropcnt;
209 struct pktcntr ifqs_xmitcnt;
210 struct pktcntr ifqs_dropcnt;
H A Dclassq.h100 struct pktcntr { struct
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.h148 struct pktcntr tstats; /* incremental polling statistics */
167 struct pktcntr sstats; /* packets and bytes per sampling */

Completed in 41 milliseconds