Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dip_dummynet.c156 static void ready_event(struct dn_flow_queue *q, struct mbuf **head,
273 static void cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp);
279 static void cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp);
482 cp_queue_to_32_user( struct dn_flow_queue *q, struct dn_flow_queue_32 *qp) in cp_queue_to_32_user()
504 cp_queue_to_64_user( struct dn_flow_queue *q, struct dn_flow_queue_64 *qp) in cp_queue_to_64_user()
929 move_pkt(struct mbuf *pkt, struct dn_flow_queue *q, in move_pkt()
957 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event()
999 heap_insert(&ready_heap, curr_time + t, q, sizeof(struct dn_flow_queue)); in ready_event()
1051 struct dn_flow_queue *q = sch->p[0].object; in ready_event_wfq()
1065 heap_insert(&(p->idle_heap), q->F, q, sizeof(struct dn_flow_queue)); in ready_event_wfq()
[all …]
H A Dip_dummynet.h267 struct dn_flow_queue { struct
268 struct dn_flow_queue *next; argument
337 struct dn_flow_queue **__counted_by_or_null(rq_size + 1) rq; /* array of rq_size entries */