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

/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_sfb.c539 sfb_getstats(struct sfb *sp, struct sfb_stats *sps) argument
541 sps->allocation = sp->sfb_allocation;
542 sps->dropthresh = sp->sfb_drop_thresh;
543 sps->clearpkts = sp->sfb_clearpkts;
544 sps->current = sp->sfb_current;
549 *(&(sps->sfbstats)) = *(&(sp->sfb_stats));
552 sizeof (sps->binstats[0].stats));
554 bcopy(&(*sp->sfb_bins)[0].stats, &sps->binstats[0].stats,
555 sizeof (sps->binstats[0].stats));
556 bcopy(&(*sp->sfb_bins)[1].stats, &sps
[all...]

Completed in 22 milliseconds