Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/altq/altqstat/
Daltqstat.h55 struct redstats;
64 int print_redstats(struct redstats *);
65 int print_riostats(struct redstats *);
Dqdisc_red.c112 print_redstats(struct redstats *rp) in print_redstats()
Dqdisc_rio.c142 print_riostats(struct redstats *rp) in print_riostats()
/netbsd/src/sys/altq/
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 *);
Daltq_red.h94 struct redstats { struct
187 extern void red_getstats(red_t *, struct redstats *);
Daltq_rio.c302 rio_getstats(rio_t *rp, struct redstats *sp) in rio_getstats()
307 memcpy(sp, &rp->q_stats[i], sizeof(struct redstats)); in rio_getstats()
615 sizeof(struct redstats)); in rioioctl()
Daltq_priq.h108 struct redstats red[3]; /* rio has 3 red stats */
Daltq_cbq.h96 struct redstats red[3];
Daltq_hfsc.h107 struct redstats red[3];
Daltq_red.c336 red_getstats(red_t *rp, struct redstats *sp) in red_getstats()