Lines Matching full:packets
10 no more precise mechanism to classify packets.
36 __u32 packets; /* Number of enqueued packets */ member
37 __u32 drops; /* Packets dropped because of lack of resources */
125 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
140 __u32 limit; /* Queue length in packets. */
169 * buffer any incoming packets
170 * TCQ_PLUG_RELEASE_ONE: Dequeue packets from queue head
172 * TCQ_PLUG_RELEASE_INDEFINITE: Dequeue all packets from queue.
173 * Stop buffering packets until the next TCQ_PLUG_BUFFER
216 __u32 limit; /* Maximal packets in queue */
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 */
232 unsigned int depth; /* max number of packets per flow */
300 __u32 marked; /* Marked packets */
361 __u32 packets; member
387 __u32 limit; /* Hard queue length (packets) */
388 __u32 qth_min; /* Min average threshold (packets) */
389 __u32 qth_max; /* Max average threshold (packets) */
400 __u32 marked; /* Marked packets */
425 __u32 direct_pkts; /* count of non shaped packets */
613 __u32 limit; /* fifo limit (packets) */
823 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
825 __u32 ce_mark; /* number of CE marked packets because of ce_threshold */
858 __u32 ecn_mark; /* number of packets we ECN marked
861 __u32 new_flow_count; /* number of time packets
866 __u32 ce_mark; /* packets above ce_threshold */
895 TCA_FQ_PLIMIT, /* limit of total number of packets in queue */
897 TCA_FQ_FLOW_PLIMIT, /* limit of packets per flow */
923 TCA_FQ_HORIZON_DROP, /* drop packets beyond horizon, or cap their EDT */
943 __u64 ce_mark; /* packets above ce_threshold */
995 __u32 packets_in; /* total number of packets enqueued */
996 __u32 dropped; /* packets dropped due to pie_action */
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 */
1028 __u32 ecn_mark; /* packets marked with ecn */
1029 __u32 new_flow_count; /* count of new flows created by packets */