Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.121.3/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()
2089 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2090 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2102 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2106 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2107 mbuf_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2115 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3084 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
4106 MBUFQ_INIT(&new_group->send_queue); in flow_divert_kctl_connect()
[all …]