Searched refs:dn_flow_queue (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.81.2/bsd/netinet/ ! |
| H A D | ip_dummynet.c | 154 static void ready_event(struct dn_flow_queue *q, struct mbuf **head, 223 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp); 229 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp); 421 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user() 443 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user() 799 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt() 827 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event() 921 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq() 961 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq() 979 struct dn_flow_queue *q = p->idle_heap.p[i].object; in ready_event_wfq() [all …]
|
| H A D | ip_dummynet.h | 266 struct dn_flow_queue { struct 267 struct dn_flow_queue *next; argument 336 struct dn_flow_queue **rq; /* array of rq_size entries */
|