OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redstats
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/altq/altqstat/
altqstat.h
55
struct
redstats
;
64
int print_redstats(struct
redstats
*);
65
int print_riostats(struct
redstats
*);
qdisc_red.c
112
print_redstats(struct
redstats
*rp)
qdisc_rio.c
142
print_riostats(struct
redstats
*rp)
/src/sys/altq/
altq_rio.h
49
struct
redstats
q_stats[RIO_NDROPPREC];
122
struct
redstats
q_stats[RIO_NDROPPREC]; /* statistics */
138
extern void rio_getstats(rio_t *, struct
redstats
*);
altq_red.h
94
struct
redstats
{
struct
187
extern void red_getstats(red_t *, struct
redstats
*);
altq_priq.h
108
struct
redstats
red[3]; /* rio has 3 red stats */
altq_cbq.h
96
struct
redstats
red[3];
altq_rio.c
302
rio_getstats(rio_t *rp, struct
redstats
*sp)
307
memcpy(sp, &rp->q_stats[i], sizeof(struct
redstats
));
615
sizeof(struct
redstats
));
altq_hfsc.h
107
struct
redstats
red[3];
altq_red.c
336
red_getstats(red_t *rp, struct
redstats
*sp)
Completed in 186 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025