Lines Matching full:packets
77 Committed burst packets are counted as green, extended burst packets are
78 counted as yellow and exceeding packets are counted as red.
83 Committed burst packets are counted as green, peak burst packets are counted
84 as yellow and exceeding packets are counted as red.
92 When normal burst exceeded and extended burst is used, packets are counted
100 Committed burst packets are counted as green, exceeding packets are delayed
102 Packets dropped by queue counted as red.
103 Queue parameters are hardcoded: length 99 packets, min_th 8 packets, max_p 100%.
113 rates are measured in packets per second and bursts are in packets.
130 uint8_t green_action; /* Action for green packets */
131 uint8_t yellow_action; /* Action for yellow packets */
132 uint8_t red_action; /* Action for red packets */
166 uint64_t passed_pkts; /* Counter for passed packets */
167 uint64_t dropped_pkts; /* Counter for dropped packets */
168 uint64_t green_pkts; /* Counter for green packets */
169 uint64_t yellow_pkts; /* Counter for yellow packets */
170 uint64_t red_pkts; /* Counter for red packets */