Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dpkt_sched.h243 struct tc_gred_qopt { struct
244 __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 …]
/external/iproute2/include/uapi/linux/
Dpkt_sched.h283 struct tc_gred_qopt { struct
284 __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 …]
/external/kernel-headers/original/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 …]