Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h241 struct tc_red_qopt { struct
242 __u32 limit; /* HARD maximal queue length (bytes) */
243 __u32 qth_min; /* Min average length threshold (bytes) */
244 __u32 qth_max; /* Max average length threshold (bytes) */
245 unsigned char Wlog; /* log(W) */
246 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
247 unsigned char Scell_log; /* cell size for idle damping */
248 unsigned char flags;