Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dpkt_sched.h326 struct tc_gred_qopt { struct
327 __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 …]
/Linux-v6.6/include/uapi/linux/
Dpkt_sched.h346 struct tc_gred_qopt { struct
347 __u32 limit; /* HARD maximal queue length (bytes) */
348 __u32 qth_min; /* Min average length threshold (bytes) */
349 __u32 qth_max; /* Max average length threshold (bytes) */
350 __u32 DP; /* up to 2^32 DPs */
351 __u32 backlog;
352 __u32 qave;
353 __u32 forced;
354 __u32 early;
355 __u32 other;
[all …]