Searched refs:dn_flow_queue (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.41.9/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); 424 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user() 446 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user() 802 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt() 830 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event() 924 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq() 964 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq() 982 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 */
|