Home | History | Annotate | Download | only in altq

Lines Matching refs:stats_

153 	    cl->stats_.handle == chandle)
157 cl->stats_.handle == chandle)
216 statsp->xmit_cnt = cl->stats_.xmit_cnt;
217 statsp->drop_cnt = cl->stats_.drop_cnt;
218 statsp->over = cl->stats_.over;
219 statsp->borrows = cl->stats_.borrows;
220 statsp->overactions = cl->stats_.overactions;
221 statsp->delays = cl->stats_.delays;
405 cl->stats_.handle = a->qid;
406 cl->stats_.depth = cl->depth_;
539 PKTCNTR_ADD(&cl->stats_.drop_cnt, len);
747 cl->stats_.handle = chandle;
748 cl->stats_.depth = cl->depth_;
879 stats.handle = cl->stats_.handle;
1095 s = &cl->stats_;