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

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_cbq.c462 cbq_get_class_stats(cbq_state_t *cbqp, u_int32_t qid, class_stats_t *statsp) argument
471 statsp->xmit_cnt = cl->stats_.xmit_cnt;
472 statsp->drop_cnt = cl->stats_.drop_cnt;
473 statsp->over = cl->stats_.over;
474 statsp->borrows = cl->stats_.borrows;
475 statsp->overactions = cl->stats_.overactions;
476 statsp->delays = cl->stats_.delays;
478 statsp->depth = cl->depth_;
479 statsp->priority = cl->pri_;
480 statsp
[all...]

Completed in 18 milliseconds