Lines Matching refs:__u32
34 __u32 packets; /* Number of enqueued packets */
35 __u32 drops; /* Packets dropped because of lack of resources */
36 __u32 overlimits; /* Number of throttle events when this
38 __u32 bps; /* Current flow byte rate */
39 __u32 pps; /* Current flow packet rate */
40 __u32 qlen;
41 __u32 backlog;
82 __u32 rate;
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
135 __u32 limit;
136 __u32 buffer;
137 __u32 mtu;
160 __u32 limit; /* Maximal packets in queue */
190 __u32 limit; /* HARD maximal queue length (bytes) */
191 __u32 qth_min; /* Min average length threshold (bytes) */
192 __u32 qth_max; /* Max average length threshold (bytes) */
202 __u32 early; /* Early drops */
203 __u32 pdrop; /* Drops due to queue limits */
204 __u32 other; /* Drops due to drop() calls */
205 __u32 marked; /* Marked packets */
223 __u32 limit; /* HARD maximal queue length (bytes) */
224 __u32 qth_min; /* Min average length threshold (bytes) */
225 __u32 qth_max; /* Max average length threshold (bytes) */
226 __u32 DP; /* upto 2^32 DPs */
227 __u32 backlog;
228 __u32 qave;
229 __u32 forced;
230 __u32 early;
231 __u32 other;
232 __u32 pdrop;
237 __u32 packets;
238 __u32 bytesin;
243 __u32 DPs;
244 __u32 def_DP;
258 __u32 buffer;
259 __u32 cbuffer;
260 __u32 quantum;
261 __u32 level; /* out only */
262 __u32 prio;
265 __u32 version; /* to match HTB/TC */
266 __u32 rate2quantum; /* bps->quantum divisor */
267 __u32 defcls; /* default class number */
268 __u32 debug; /* debug flags */
271 __u32 direct_pkts; /* count of non shapped packets */
285 __u32 lends;
286 __u32 borrows;
287 __u32 giants; /* too big packets (rate will not be accurate) */
288 __u32 tokens;
289 __u32 ctokens;
299 __u32 m1; /* slope of the first segment in bps */
300 __u32 d; /* x-projection of the first segment in us */
301 __u32 m2; /* slope of the second segment in bps */
307 __u32 period; /* current period */
308 __u32 level; /* class level in hierarchy */
341 __u32 maxidle;
342 __u32 minidle;
343 __u32 offtime;
344 __u32 avpkt;
352 __u32 allot;
353 __u32 weight;
365 __u32 penalty;
375 __u32 split;
376 __u32 defmap;
377 __u32 defchange;
381 __u32 borrows;
382 __u32 overactions;
444 __u32 latency; /* added delay (us) */
445 __u32 limit; /* fifo limit (packets) */
446 __u32 loss; /* random packet loss (0=none ~0=100%) */
447 __u32 gap; /* re-ordering gap (0 for none) */
448 __u32 duplicate; /* random packet dup (0=none ~0=100%) */
449 __u32 jitter; /* random jitter in latency (us) */
453 __u32 delay_corr; /* delay correlation */
454 __u32 loss_corr; /* packet loss correlation */
455 __u32 dup_corr; /* duplicate correlation */
459 __u32 probability;
460 __u32 correlation;
464 __u32 probability;
465 __u32 correlation;
481 __u32 deficit;