Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Dpkt_sched.h185 struct tc_red_xstats struct
187 __u32 early; /* Early drops */
188 __u32 pdrop; /* Drops due to queue limits */
189 __u32 other; /* Drops due to drop() calls */
190 __u32 marked; /* Marked packets */
/external/iproute2/include/linux/
Dpkt_sched.h242 struct tc_red_xstats { struct
243 __u32 early; /* Early drops */
244 __u32 pdrop; /* Drops due to queue limits */
245 __u32 other; /* Drops due to drop() calls */
246 __u32 marked; /* Marked packets */
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h254 struct tc_red_xstats { struct
255 __u32 early; /* Early drops */
256 __u32 pdrop; /* Drops due to queue limits */
257 __u32 other; /* Drops due to drop() calls */
258 __u32 marked; /* Marked packets */