Lines Matching defs:dn_flow_queue
266 struct dn_flow_queue { struct
267 struct dn_flow_queue *next; argument
268 struct ip_flow_id id;
270 struct mbuf *head, *tail; /* queue of packets */
271 u_int len;
272 u_int len_bytes;
273 u_int32_t numbytes; /* credit for transmission (dynamic queues) */
275 u_int64_t tot_pkts; /* statistics counters */
276 u_int64_t tot_bytes;
277 u_int32_t drops;
301 * queue configuration, and pointers to the hash table of dn_flow_queue's. argument