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

/darwin-on-arm/xnu/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.c318 red_getstats(red_t *rp, struct red_stats *sp)
321 sp->drop_forced = rp->red_stats.drop_forced;
322 sp->drop_unforced = rp->red_stats.drop_unforced;
323 sp->marked_packets = rp->red_stats.marked_packets;
390 rp->red_stats.marked_packets++;
419 rp->red_stats.drop_unforced++;
425 rp->red_stats.drop_forced++;
H A Dclassq_rio.c315 rio_getstats(rio_t *rp, struct red_stats *sp)
320 bcopy(&rp->q_stats[i], sp, sizeof (struct red_stats));
/darwin-on-arm/xnu/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.h86 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_fairq.h129 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_qfq.h116 struct red_stats red[RIO_NDROPPREC];
H A Dpktsched_hfsc.h169 struct red_stats red[RIO_NDROPPREC];

Completed in 108 milliseconds