Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.81.4/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()
2355 MBUFQ_HEAD(send_queue_head) send_queue; in flow_divert_disable()
2356 MBUFQ_INIT(&send_queue); in flow_divert_disable()
2368 MBUFQ_ENQUEUE(&send_queue, record); in flow_divert_disable()
2372 while (!MBUFQ_EMPTY(&send_queue)) { in flow_divert_disable()
2373 mbuf_ref_t next_record = MBUFQ_FIRST(&send_queue); in flow_divert_disable()
2381 MBUFQ_DEQUEUE(&send_queue, next_record); in flow_divert_disable()
3308 if (!MBUFQ_EMPTY(&group->send_queue)) { in flow_divert_handle_flow_states_request()
3448 MBUFQ_DRAIN(&group->send_queue); in flow_divert_close_all()
[all …]