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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_lap.c318 at_elap_stats_t *statsp; local
362 statsp = ((at_elap_stats_t *)gbuf_rptr(gbuf_cont(m)));
363 *statsp = elapp->stats;

Completed in 76 milliseconds