Home
last modified time | relevance | path

Searched refs:send_queue (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/ !
H A Dhost_notify.c143 queue_head_t send_queue; in host_notify_all() local
146 send_queue = *notify_queue; in host_notify_all()
149 send_queue.next->prev = &send_queue; in host_notify_all()
150 send_queue.prev->next = &send_queue; in host_notify_all()
158 while ((entry = (host_notify_t)dequeue(&send_queue)) != NULL) { in host_notify_all()
/xnu-8020.140.41/bsd/netinet/ !
H A Dflow_divert.h87 MBUFQ_HEAD(send_queue_head) send_queue;
H A Dflow_divert.c1162 if (MBUFQ_EMPTY(&fd_cb->group->send_queue)) { in flow_divert_send_packet()
1173 MBUFQ_ENQUEUE(&fd_cb->group->send_queue, packet); in flow_divert_send_packet()
2086 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2087 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2099 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2103 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2104 mbuf_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2112 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3081 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
4109 MBUFQ_INIT(&new_group->send_queue); in flow_divert_kctl_connect()
[all …]