Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dpkt_sched.h187 struct tc_red_qopt struct
189 __u32 limit; /* HARD maximal queue length (bytes) */
190 __u32 qth_min; /* Min average length threshold (bytes) */
191 __u32 qth_max; /* Max average length threshold (bytes) */
192 unsigned char Wlog; /* log(W) */
193 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
194 unsigned char Scell_log; /* cell size for idle damping */
195 unsigned char flags;