Lines Matching refs:__u32
35 __u32 packets; /* Number of enqueued packets */
36 __u32 drops; /* Packets dropped because of lack of resources */
37 __u32 overlimits; /* Number of throttle events when this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
85 __u32 rate;
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
141 __u32 limit;
142 __u32 buffer;
143 __u32 mtu;
168 __u32 limit; /* Maximal packets in queue */
201 __u32 limit; /* HARD maximal queue length (bytes) */
202 __u32 qth_min; /* Min average length threshold (bytes) */
203 __u32 qth_max; /* Max average length threshold (bytes) */
214 __u32 early; /* Early drops */
215 __u32 pdrop; /* Drops due to queue limits */
216 __u32 other; /* Drops due to drop() calls */
217 __u32 marked; /* Marked packets */
237 __u32 limit; /* HARD maximal queue length (bytes) */
238 __u32 qth_min; /* Min average length threshold (bytes) */
239 __u32 qth_max; /* Max average length threshold (bytes) */
240 __u32 DP; /* upto 2^32 DPs */
241 __u32 backlog;
242 __u32 qave;
243 __u32 forced;
244 __u32 early;
245 __u32 other;
246 __u32 pdrop;
251 __u32 packets;
252 __u32 bytesin;
258 __u32 DPs;
259 __u32 def_DP;
274 __u32 buffer;
275 __u32 cbuffer;
276 __u32 quantum;
277 __u32 level; /* out only */
278 __u32 prio;
282 __u32 version; /* to match HTB/TC */
283 __u32 rate2quantum; /* bps->quantum divisor */
284 __u32 defcls; /* default class number */
285 __u32 debug; /* debug flags */
288 __u32 direct_pkts; /* count of non shapped packets */
304 __u32 lends;
305 __u32 borrows;
306 __u32 giants; /* too big packets (rate will not be accurate) */
307 __u32 tokens;
308 __u32 ctokens;
320 __u32 m1; /* slope of the first segment in bps */
321 __u32 d; /* x-projection of the first segment in us */
322 __u32 m2; /* slope of the second segment in bps */
329 __u32 period; /* current period */
330 __u32 level; /* class level in hierarchy */
365 __u32 maxidle;
366 __u32 minidle;
367 __u32 offtime;
368 __u32 avpkt;
377 __u32 allot;
378 __u32 weight;
391 __u32 penalty;
403 __u32 split;
404 __u32 defmap;
405 __u32 defchange;
410 __u32 borrows;
411 __u32 overactions;
476 __u32 latency; /* added delay (us) */
477 __u32 limit; /* fifo limit (packets) */
478 __u32 loss; /* random packet loss (0=none ~0=100%) */
479 __u32 gap; /* re-ordering gap (0 for none) */
480 __u32 duplicate; /* random packet dup (0=none ~0=100%) */
481 __u32 jitter; /* random jitter in latency (us) */
486 __u32 delay_corr; /* delay correlation */
487 __u32 loss_corr; /* packet loss correlation */
488 __u32 dup_corr; /* duplicate correlation */
493 __u32 probability;
494 __u32 correlation;
499 __u32 probability;
500 __u32 correlation;
518 __u32 deficit;