Searched defs:tc_gred_qopt (Results 1 – 1 of 1) sorted by relevance
326 struct tc_gred_qopt { struct327 __u32 limit; /* HARD maximal queue length (bytes) */328 __u32 qth_min; /* Min average length threshold (bytes) */329 __u32 qth_max; /* Max average length threshold (bytes) */330 __u32 DP; /* up to 2^32 DPs */331 __u32 backlog;332 __u32 qave;333 __u32 forced;334 __u32 early;335 __u32 other;[all …]