Lines Matching defs:dn_flow_queue7
134 struct dn_flow_queue7 { struct
135 struct dn_flow_queue7 *next ; argument
136 struct ipfw_flow_id id ;
138 struct mbuf *head, *tail ; /* queue of packets */
139 u_int len ;
140 u_int len_bytes ;
142 u_long numbytes;
144 u_int64_t tot_pkts ; /* statistics counters */
145 u_int64_t tot_bytes ;
146 u_int32_t drops ;
148 int hash_slot ; /* debugging/diagnostic */
151 int avg ; /* average queue length est. (scaled) */
152 int count ; /* arrivals since last RED drop */
153 int random ; /* random value (scaled) */
154 u_int32_t q_time; /* start of queue idle time */
157 struct dn_flow_set *fs ; /* parent flow set */
158 int heap_pos ; /* position (index) of struct in heap */
159 int64_t sched_time ; /* current time when queue enters ready_heap */
161 int64_t S,F ; /* start time, finish time */