Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dhost_notify.c152 queue_head_t send_queue = QUEUE_HEAD_INITIALIZER(send_queue); in host_notify_all() local
168 enqueue_tail(&send_queue, e); in host_notify_all()
181 if (queue_empty(&send_queue)) { in host_notify_all()
191 qe_foreach_safe(e, &send_queue) { in host_notify_all()
/xnu-12377.1.9/bsd/netinet/
H A Dflow_divert.h98 MBUFQ_HEAD(send_queue_head) send_queue;
H A Dflow_divert.c1226 if (MBUFQ_EMPTY(&fd_cb->group->send_queue)) { in flow_divert_send_packet()
1239 MBUFQ_ENQUEUE(&fd_cb->group->send_queue, packet); in flow_divert_send_packet()
2320 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2321 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2333 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2337 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2338 mbuf_ref_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2346 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3220 if (!MBUFQ_EMPTY(&group->send_queue)) { in flow_divert_handle_flow_states_request()
3360 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
[all …]