Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dhost_notify.c147 queue_head_t send_queue = QUEUE_HEAD_INITIALIZER(send_queue); in host_notify_all() local
163 enqueue_tail(&send_queue, e); in host_notify_all()
176 if (queue_empty(&send_queue)) { in host_notify_all()
186 qe_foreach_safe(e, &send_queue) { in host_notify_all()
/xnu-11215.1.10/bsd/netinet/
H A Dflow_divert.h97 MBUFQ_HEAD(send_queue_head) send_queue;
H A Dflow_divert.c1217 if (MBUFQ_EMPTY(&fd_cb->group->send_queue)) { in flow_divert_send_packet()
1230 MBUFQ_ENQUEUE(&fd_cb->group->send_queue, packet); in flow_divert_send_packet()
2315 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2316 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2328 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2332 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2333 mbuf_ref_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2341 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3254 if (!MBUFQ_EMPTY(&group->send_queue)) { in flow_divert_handle_flow_states_request()
3384 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
[all …]