Lines Matching full:packets

9    no more precise mechanism to classify packets.
35 __u32 packets; /* Number of enqueued packets */ member
36 __u32 drops; /* Packets dropped because of lack of resources */
124 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
139 __u32 limit; /* Queue length in packets. */
168 * buffer any incoming packets
169 * TCQ_PLUG_RELEASE_ONE: Dequeue packets from queue head
171 * TCQ_PLUG_RELEASE_INDEFINITE: Dequeue all packets from queue.
172 * Stop buffering packets until the next TCQ_PLUG_BUFFER
215 __u32 limit; /* Maximal packets in queue */
223 __u32 prob_mark; /* Marked packets, below max threshold */
224 __u32 forced_mark; /* Marked packets, after max threshold */
225 __u32 prob_mark_head; /* Marked packets, below max threshold */
226 __u32 forced_mark_head;/* Marked packets, after max threshold */
231 unsigned int depth; /* max number of packets per flow */
280 __u32 marked; /* Marked packets */
341 __u32 packets; member
367 __u32 limit; /* Hard queue length (packets) */
368 __u32 qth_min; /* Min average threshold (packets) */
369 __u32 qth_max; /* Max average threshold (packets) */
380 __u32 marked; /* Marked packets */
405 __u32 direct_pkts; /* count of non shaped packets */
592 __u32 limit; /* fifo limit (packets) */
802 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
804 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
835 __u32 ecn_mark; /* number of packets we ECN marked
838 __u32 new_flow_count; /* number of time packets
843 __u32 ce_mark; /* packets above ce_threshold */
872 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */
874 TCA_FQ_FLOW_PLIMIT, /* limit of packets per flow */
914 __u64 ce_mark; /* packets above ce_threshold */
960 __u32 packets_in; /* total number of packets enqueued */
961 __u32 dropped; /* packets dropped due to pie_action */
964 __u32 ecn_mark; /* packets marked with ecn*/