Home | History | Annotate | Download | only in linux

Lines Matching defs:packets

8    no more precise mechanism to classify packets.
34 __u32 packets; /* Number of enqueued packets */
35 __u32 drops; /* Packets dropped because of lack of resources */
118 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
147 * buffer any incoming packets
148 * TCQ_PLUG_RELEASE_ONE: Dequeue packets from queue head
150 * TCQ_PLUG_RELEASE_INDEFINITE: Dequeue all packets from queue.
151 * Stop buffering packets until the next TCQ_PLUG_BUFFER
193 __u32 limit; /* Maximal packets in queue */
201 __u32 prob_mark; /* Marked packets, below max threshold */
202 __u32 forced_mark; /* Marked packets, after max threshold */
203 __u32 prob_mark_head; /* Marked packets, below max threshold */
204 __u32 forced_mark_head;/* Marked packets, after max threshold */
209 unsigned int depth; /* max number of packets per flow */
258 __u32 marked; /* Marked packets */
292 __u32 packets;
318 __u32 limit; /* Hard queue length (packets) */
319 __u32 qth_min; /* Min average threshold (packets) */
320 __u32 qth_max; /* Max average threshold (packets) */
331 __u32 marked; /* Marked packets */
356 __u32 direct_pkts; /* count of non shaped packets */
375 __u32 giants; /* too big packets (rate will not be accurate) */
537 __u32 limit; /* fifo limit (packets) */
698 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
700 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
729 __u32 ecn_mark; /* number of packets we ECN marked
732 __u32 new_flow_count; /* number of time packets
737 __u32 ce_mark; /* packets above ce_threshold */
764 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */
766 TCA_FQ_FLOW_PLIMIT, /* limit of packets per flow */
847 __u32 packets_in; /* total number of packets enqueued */
848 __u32 dropped; /* packets dropped due to pie_action */
851 __u32 ecn_mark; /* packets marked with ecn*/