Home
last modified time | relevance | path

Searched defs:rio_stats (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_rio.h46 struct rio_stats { struct
47 struct rio_interface iface;
48 int q_len[RIO_NDROPPREC];
49 struct redstats q_stats[RIO_NDROPPREC];
52 int q_limit;
53 int weight;
54 int flags;
55 struct redparams q_params[RIO_NDROPPREC];
/netbsd-src/usr.sbin/altq/altqstat/
H A Dqdisc_rio.c54 struct rio_stats rio_stats; in rio_stat_loop() local