Searched refs:dn_flow_queue (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip_dummynet.c | 155 static void ready_event(struct dn_flow_queue *q, struct mbuf **head, 224 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp); 230 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp); 427 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user() 449 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user() 805 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt() 833 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event() 927 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq() 967 struct dn_flow_queue *q = neh->p[0].object; in ready_event_wfq() 985 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 */
|