Searched refs:dn_flow_queue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h208 + dn_flow_queue, which is the per-flow queue (containing the packets)
211 dn_flow_queue can be linked to the same dn_flow_set.
220 which in turn dispatches them to the appropriate dn_flow_queue
224 dn_flow_queue to be used to transmit the next packet. For WF2Q,
236 * A dn_flow_queue is created and initialized whenever a packet for
239 struct dn_flow_queue { struct
240 struct dn_flow_queue *next ;
274 * queue configuration, and pointers to the hash table of dn_flow_queue's.
309 struct dn_flow_queue **rq; /* array of rq_size entries */
339 * For WF2Q+ support it also has 3 heaps holding dn_flow_queue
[all...]
H A Dip_dummynet.c132 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
146 static void ready_event(struct dn_flow_queue *q);
550 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q,
577 ready_event(struct dn_flow_queue *q)
668 struct dn_flow_queue *q = sch->p[0].object ;
706 struct dn_flow_queue *q = neh->p[0].object ;
724 struct dn_flow_queue *q = p->idle_heap.p[i].object ;
811 struct dn_flow_queue *q = pe->idle_heap.p[0].object ;
876 struct dn_flow_queue *q, *prev ;
891 struct dn_flow_queue *old_
[all...]

Completed in 74 milliseconds