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

/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.c137 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
153 static void ready_event(struct dn_flow_queue *q, struct mbuf **head,
235 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
241 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
419 void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp)
440 void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp)
787 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q,
814 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail)
906 struct dn_flow_queue *q = sch->p[0].object ;
944 struct dn_flow_queue *
[all...]
H A Dip_dummynet.h244 + dn_flow_queue, which is the per-flow queue (containing the packets)
247 dn_flow_queue can be linked to the same dn_flow_set.
256 which in turn dispatches them to the appropriate dn_flow_queue
260 dn_flow_queue to be used to transmit the next packet. For WF2Q,
272 * A dn_flow_queue is created and initialized whenever a packet for
275 struct dn_flow_queue { struct
276 struct dn_flow_queue *next ;
310 * queue configuration, and pointers to the hash table of dn_flow_queue's.
345 struct dn_flow_queue **rq; /* array of rq_size entries */
377 * For WF2Q+ support it also has 3 heaps holding dn_flow_queue
[all...]

Completed in 47 milliseconds