Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.101.4/bsd/netinet/
H A Dflow_divert.h87 MBUFQ_HEAD(send_queue_head) send_queue;
H A Dflow_divert.c1154 if (MBUFQ_EMPTY(&fd_cb->group->send_queue)) { in flow_divert_send_packet()
1165 MBUFQ_ENQUEUE(&fd_cb->group->send_queue, packet); in flow_divert_send_packet()
2085 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2086 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2098 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2102 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2103 mbuf_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2111 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3086 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
4106 MBUFQ_INIT(&new_group->send_queue); in flow_divert_kctl_connect()
[all …]