Home
last modified time | relevance | path

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

/freebsd-src/sys/net/altq/
H A Daltq_rmclass.h186 struct rm_ifdat { struct
187 int queued_; /* # pkts queued downstream */
188 int efficient_; /* Link Efficiency bit */
189 int wrr_; /* Enable Weighted Round-Robin */
190 u_long ns_per_byte_; /* Link byte speed. */
191 int maxqueued_; /* Max packets to queue */
192 int maxpkt_; /* Max packet size. */
193 int qi_; /* In/out pointers for downstream */
194 int qo_; /* packets */
199 rm_class_t *active_[RM_MAXPRIO]; /* Active cl's in each pri */
[all …]