Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_red.h66 struct red_conf { struct
67 struct red_interface iface;
68 int red_weight; /* weight for EWMA */
69 int red_inv_pmax; /* inverse of max drop probability */
70 int red_thmin; /* red min threshold */
71 int red_thmax; /* red max threshold */
72 int red_limit; /* max queue length */
73 int red_pkttime; /* average packet time in usec */
74 int red_flags; /* see below */