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

/freebsd-11-stable/sys/net/altq/
H A Daltq_rio.h49 struct redstats q_stats[RIO_NDROPPREC];
122 struct redstats q_stats[RIO_NDROPPREC]; /* statistics */
138 extern void rio_getstats(rio_t *, struct redstats *);
H A Daltq_red.h94 struct redstats { struct
187 extern void red_getstats(red_t *, struct redstats *);
H A Daltq_fairq.h81 struct redstats red[3]; /* rio has 3 red stats */
H A Daltq_cbq.h98 struct redstats red[3];
H A Daltq_priq.h111 struct redstats red[3]; /* rio has 3 red stats */
H A Daltq_rio.c295 rio_getstats(rio_t *rp, struct redstats *sp)
300 bcopy(&rp->q_stats[i], sp, sizeof(struct redstats));
649 sizeof(struct redstats));
H A Daltq_hfsc.h109 struct redstats red[3];
H A Daltq_red.c329 red_getstats(red_t *rp, struct redstats *sp)

Completed in 182 milliseconds