Lines Matching defs:tc_gred_qopt
277 struct tc_gred_qopt { struct
278 __u32 limit; /* HARD maximal queue length (bytes) */
279 __u32 qth_min; /* Min average length threshold (bytes) */
280 __u32 qth_max; /* Max average length threshold (bytes) */
281 __u32 DP; /* up to 2^32 DPs */
282 __u32 backlog;
283 __u32 qave;
284 __u32 forced;
285 __u32 early;
286 __u32 other;
287 __u32 pdrop;
288 __u8 Wlog; /* log(W) */
289 __u8 Plog; /* log(P_max/(qth_max-qth_min)) */
290 __u8 Scell_log; /* cell size for idle damping */
291 __u8 prio; /* prio of this VQ */
292 __u32 packets;
293 __u32 bytesin;