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 */
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
139 * buffer any incoming packets
140 * TCQ_PLUG_RELEASE_ONE: Dequeue packets from queue head
142 * TCQ_PLUG_RELEASE_INDEFINITE: Dequeue all packets from queue.
143 * Stop buffering packets until the next TCQ_PLUG_BUFFER
181 __u32 limit; /* Maximal packets in queue */
189 __u32 prob_mark; /* Marked packets, below max threshold */
190 __u32 forced_mark; /* Marked packets, after max threshold */
191 __u32 prob_mark_head; /* Marked packets, below max threshold */
192 __u32 forced_mark_head;/* Marked packets, after max threshold */
197 unsigned int depth; /* max number of packets per flow */
246 __u32 marked; /* Marked packets */
279 __u32 packets;
305 __u32 limit; /* Hard queue length (packets) */
306 __u32 qth_min; /* Min average threshold (packets) */
307 __u32 qth_max; /* Max average threshold (packets) */
318 __u32 marked; /* Marked packets */
343 __u32 direct_pkts; /* count of non shaped packets */
359 __u32 giants; /* too big packets (rate will not be accurate) */
519 __u32 limit; /* fifo limit (packets) */