Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/altq/
H A Daltq_rmclass.h180 struct rm_ifdat { struct
181 int queued_; /* # pkts queued downstream */
182 int efficient_; /* Link Efficency bit */
183 int wrr_; /* Enable Weighted Round-Robin */
184 u_long ns_per_byte_; /* Link byte speed. */
185 int maxqueued_; /* Max packets to queue */
186 int maxpkt_; /* Max packet size. */
187 int qi_; /* In/out pointers for downstream */
188 int qo_; /* packets */
193 rm_class_t *active_[RM_MAXPRIO]; /* Active cl's in each pri */
[all …]