Home
last modified time | relevance | path

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

/Linux-v5.4/tools/include/uapi/linux/
Dpkt_sched.h263 struct tc_red_qopt { struct
264 __u32 limit; /* HARD maximal queue length (bytes) */
265 __u32 qth_min; /* Min average length threshold (bytes) */
266 __u32 qth_max; /* Max average length threshold (bytes) */
267 unsigned char Wlog; /* log(W) */
268 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
269 unsigned char Scell_log; /* cell size for idle damping */
270 unsigned char flags;
/Linux-v5.4/include/uapi/linux/
Dpkt_sched.h264 struct tc_red_qopt { struct
265 __u32 limit; /* HARD maximal queue length (bytes) */
266 __u32 qth_min; /* Min average length threshold (bytes) */
267 __u32 qth_max; /* Max average length threshold (bytes) */
268 unsigned char Wlog; /* log(W) */
269 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
270 unsigned char Scell_log; /* cell size for idle damping */
271 unsigned char flags;