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

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_red.h80 struct red_stats { struct
139 } red_stats; member in struct:red
150 extern void red_getstats(red_t *, struct red_stats *);
H A Dclassq_rio.h120 struct red_stats q_stats[RIO_NDROPPREC]; /* statistics */
126 extern void rio_getstats(rio_t *, struct red_stats *);
H A Dclassq_red.c327 red_getstats(red_t *rp, struct red_stats *sp)
330 sp->drop_forced = rp->red_stats.drop_forced;
331 sp->drop_unforced = rp->red_stats.drop_unforced;
332 sp->marked_packets = rp->red_stats.marked_packets;
403 rp->red_stats.marked_packets++;
434 rp->red_stats.drop_unforced++;
440 rp->red_stats.drop_forced++;
H A Dclassq_rio.c329 rio_getstats(rio_t *rp, struct red_stats *sp)
334 bcopy(&rp->q_stats[i], sp, sizeof (struct red_stats));
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.h148 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_priq.h114 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_tcq.h87 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_fairq.h129 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_qfq.h117 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_hfsc.h169 struct red_stats red[RIO_NDROPPREC];

Completed in 47 milliseconds