Lines Matching refs:__u32

36 	__u32	packets;		/* Number of enqueued packets	*/
37 __u32 drops; /* Packets dropped because of lack of resources */
38 __u32 overlimits; /* Number of throttle events when this
40 __u32 bps; /* Current flow byte rate */
41 __u32 pps; /* Current flow packet rate */
42 __u32 qlen;
43 __u32 backlog;
97 __u32 rate;
125 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
140 __u32 limit; /* Queue length in packets. */
178 __u32 limit;
186 __u32 limit;
187 __u32 buffer;
188 __u32 mtu;
216 __u32 limit; /* Maximal packets in queue */
222 __u32 prob_drop; /* Early drops, below max threshold */
223 __u32 forced_drop; /* Early drops, after max threshold */
224 __u32 prob_mark; /* Marked packets, below max threshold */
225 __u32 forced_mark; /* Marked packets, after max threshold */
226 __u32 prob_mark_head; /* Marked packets, below max threshold */
227 __u32 forced_mark_head;/* Marked packets, after max threshold */
235 __u32 limit; /* HARD maximal flow queue length (bytes) */
236 __u32 qth_min; /* Min average length threshold (bytes) */
237 __u32 qth_max; /* Max average length threshold (bytes) */
242 __u32 max_P; /* probability, high resolution */
268 __u32 limit; /* HARD maximal queue length (bytes) */
269 __u32 qth_min; /* Min average length threshold (bytes) */
270 __u32 qth_max; /* Max average length threshold (bytes) */
297 __u32 early; /* Early drops */
298 __u32 pdrop; /* Drops due to queue limits */
299 __u32 other; /* Drops due to drop() calls */
300 __u32 marked; /* Marked packets */
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;
356 __u32 pdrop;
361 __u32 packets;
362 __u32 bytesin;
367 __u32 DPs;
368 __u32 def_DP;
387 __u32 limit; /* Hard queue length (packets) */
388 __u32 qth_min; /* Min average threshold (packets) */
389 __u32 qth_max; /* Max average threshold (packets) */
397 __u32 early; /* Early drops */
398 __u32 pdrop; /* Drops due to queue limits */
399 __u32 other; /* Drops due to drop() calls */
400 __u32 marked; /* Marked packets */
401 __u32 matched; /* Drops due to flow match */
412 __u32 buffer;
413 __u32 cbuffer;
414 __u32 quantum;
415 __u32 level; /* out only */
416 __u32 prio;
419 __u32 version; /* to match HTB/TC */
420 __u32 rate2quantum; /* bps->quantum divisor */
421 __u32 defcls; /* default class number */
422 __u32 debug; /* debug flags */
425 __u32 direct_pkts; /* count of non shaped packets */
444 __u32 lends;
445 __u32 borrows;
446 __u32 giants; /* unused since 'Make HTB scheduler work with TSO.' */
458 __u32 m1; /* slope of the first segment in bps */
459 __u32 d; /* x-projection of the first segment in us */
460 __u32 m2; /* slope of the second segment in bps */
466 __u32 period; /* current period */
467 __u32 level; /* class level in hierarchy */
500 __u32 maxidle;
501 __u32 minidle;
502 __u32 offtime;
503 __u32 avpkt;
511 __u32 allot;
512 __u32 weight;
524 __u32 penalty;
534 __u32 split;
535 __u32 defmap;
536 __u32 defchange;
540 __u32 borrows;
541 __u32 overactions;
612 __u32 latency; /* added delay (us) */
613 __u32 limit; /* fifo limit (packets) */
614 __u32 loss; /* random packet loss (0=none ~0=100%) */
615 __u32 gap; /* re-ordering gap (0 for none) */
616 __u32 duplicate; /* random packet dup (0=none ~0=100%) */
617 __u32 jitter; /* random jitter in latency (us) */
621 __u32 delay_corr; /* delay correlation */
622 __u32 loss_corr; /* packet loss correlation */
623 __u32 dup_corr; /* duplicate correlation */
627 __u32 probability;
628 __u32 correlation;
632 __u32 probability;
633 __u32 correlation;
637 __u32 rate; /* byte/s */
639 __u32 cell_size;
662 __u32 p13;
663 __u32 p31;
664 __u32 p32;
665 __u32 p14;
666 __u32 p23;
671 __u32 p;
672 __u32 r;
673 __u32 h;
674 __u32 k1;
691 __u32 deficit;
760 __u32 rehash_interval; /* delay between hash move, in ms */
761 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
762 __u32 max; /* max len of qlen_min */
763 __u32 bin_size; /* maximum queue length per bin */
764 __u32 increment; /* probability increment, (d1 in Blue) */
765 __u32 decrement; /* probability decrement, (d2 in Blue) */
766 __u32 limit; /* max SFB queue length */
767 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
768 __u32 penalty_burst;
772 __u32 earlydrop;
773 __u32 penaltydrop;
774 __u32 bucketdrop;
775 __u32 queuedrop;
776 __u32 childdrop; /* drops in child qdisc */
777 __u32 marked;
778 __u32 maxqlen;
779 __u32 maxprob;
780 __u32 avgprob;
796 __u32 weight;
797 __u32 lmax;
815 __u32 maxpacket; /* largest packet we've seen so far */
816 __u32 count; /* how many drops we've done since the last time we
819 __u32 lastcount; /* count at entry to dropping state */
820 __u32 ldelay; /* in-queue delay seen by most recently dequeued packet */
822 __u32 drop_overlimit; /* number of time max qdisc packet limit was hit */
823 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
824 __u32 dropping; /* are we in dropping state ? */
825 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
854 __u32 maxpacket; /* largest packet we've seen so far */
855 __u32 drop_overlimit; /* number of time max qdisc
858 __u32 ecn_mark; /* number of packets we ECN marked
861 __u32 new_flow_count; /* number of time packets
864 __u32 new_flows_len; /* count of flows in new list */
865 __u32 old_flows_len; /* count of flows in old list */
866 __u32 ce_mark; /* packets above ce_threshold */
867 __u32 memory_usage; /* in bytes */
868 __u32 drop_overmemory;
873 __u32 ldelay; /* in-queue delay seen by most recently
876 __u32 count;
877 __u32 lastcount;
878 __u32 dropping;
883 __u32 type;
939 __u32 flows;
940 __u32 inactive_flows;
941 __u32 throttled_flows;
942 __u32 unthrottle_latency_ns;
965 __u32 drop_overlimit; /* number of times max qdisc packet limit
968 __u32 hh_overlimit; /* number of times max heavy-hitters was hit */
969 __u32 hh_tot_count; /* number of captured heavy-hitters so far */
970 __u32 hh_cur_count; /* number of current heavy-hitters */
990 __u32 delay; /* current delay in ms */
991 __u32 avg_dq_rate; /* current average dq_rate in
994 __u32 dq_rate_estimating; /* is avg_dq_rate being calculated? */
995 __u32 packets_in; /* total number of packets enqueued */
996 __u32 dropped; /* packets dropped due to pie_action */
997 __u32 overlimit; /* dropped due to lack of space
1000 __u32 maxq; /* maximum queue size */
1001 __u32 ecn_mark; /* packets marked with ecn*/
1024 __u32 packets_in; /* total number of packets enqueued */
1025 __u32 dropped; /* packets dropped due to fq_pie_action */
1026 __u32 overlimit; /* dropped due to lack of space in queue */
1027 __u32 overmemory; /* dropped due to lack of memory in queue */
1028 __u32 ecn_mark; /* packets marked with ecn */
1029 __u32 new_flow_count; /* count of new flows created by packets */
1030 __u32 new_flows_len; /* count of flows in new list */
1031 __u32 old_flows_len; /* count of flows in old list */
1032 __u32 memory_usage; /* total memory across all queues */
1058 __u32 flags;