Searched defs:tc_gred_qopt (Results 1 – 3 of 3) sorted by relevance
243 struct tc_gred_qopt { struct244 __u32 limit; /* HARD maximal queue length (bytes) */245 __u32 qth_min; /* Min average length threshold (bytes) */246 __u32 qth_max; /* Max average length threshold (bytes) */247 __u32 DP; /* up to 2^32 DPs */248 __u32 backlog;249 __u32 qave;250 __u32 forced;251 __u32 early;252 __u32 other;[all …]
283 struct tc_gred_qopt { struct284 __u32 limit; /* HARD maximal queue length (bytes) */285 __u32 qth_min; /* Min average length threshold (bytes) */286 __u32 qth_max; /* Max average length threshold (bytes) */287 __u32 DP; /* up to 2^32 DPs */288 __u32 backlog;289 __u32 qave;290 __u32 forced;291 __u32 early;292 __u32 other;[all …]
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 …]