Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rio.h81 struct redstats q_stats[RIO_NDROPPREC]; /* statistics */
86 extern void rio_getstats(rio_t *, struct redstats *);
H A Daltq_red.h50 struct redstats { struct
111 extern void red_getstats(red_t *, struct redstats *);
H A Daltq_hfsc.h117 struct redstats red[3];
160 struct redstats red[3];
H A Daltq_priq.h66 struct redstats red[3]; /* rio has 3 red stats */
H A Daltq_cbq.h103 struct redstats red[3];
H A Daltq_rio.c275 rio_getstats(rio_t *rp, struct redstats *sp) in rio_getstats()
280 bcopy(&rp->q_stats[i], sp, sizeof(struct redstats)); in rio_getstats()
H A Daltq_fairq.h80 struct redstats red[3]; /* rio has 3 red stats */
H A Daltq_red.c270 red_getstats(red_t *rp, struct redstats *sp) in red_getstats()