Home
last modified time | relevance | path

Searched refs:CTL_DATA_EOR (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dnetsrc.c85 sizeof(*reply), CTL_DATA_EOR); in netsrc_reply()
103 return ctl_enqueuedata(kctl, unit, &v1, sizeof(v1), CTL_DATA_EOR); in netsrc_reply()
H A Dkctl_test.c114 error = ctl_enqueuembuf(kctlref, unit, m, CTL_DATA_EOR); in kctl_test_send()
H A Dntstat.c5002 control->ncs_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal()
5175 sizeof(success), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_enqueue_success()
5280 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, state->ncs_accumulated, CTL_DATA_EOR); in nstat_flush_accumulated_msgs()
5331 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, hdr, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5586 CTL_DATA_EOR); in nstat_control_send_counts()
5671 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR); in nstat_control_send_description()
5845 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR); in nstat_control_send_update()
5998 sizeof(removed), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_control_send_removed()
6231 CTL_DATA_EOR); in nstat_control_source_add()
6545 sizeof(err), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_send_error()
[all …]
H A Dcontent_filter.c3496 CTL_DATA_EOR); in cfil_dispatch_attach_event()
3609 CTL_DATA_EOR); in cfil_dispatch_disconnect_event()
3742 CTL_DATA_EOR); in cfil_dispatch_closed_event()
3978 msg, CTL_DATA_EOR); in cfil_dispatch_data_event()
7140 CTL_DATA_EOR); in cfil_dispatch_stats_event_locked()
H A Dnetwork_agent.c341 return ctl_enqueuedata(netagent_kctlref, control_unit, buffer, buffer_size, CTL_DATA_EOR); in netagent_send_ctl_data()
H A Dif_utun.c2665 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
/xnu-10063.101.15/bsd/sys/
H A Dkern_control.h280 #define CTL_DATA_EOR 0x2 macro
/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c986 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuembuf()
1059 if (flags & CTL_DATA_EOR) { in ctl_enqueuembuf_list()
1190 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuedata()
/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c1222 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet()
3292 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, ctl_unit, packet, CTL_DATA_EOR); in flow_divert_handle_flow_states_request()
4661 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()
H A Dmptcp_subr.c6502 &ask, sizeof(ask), CTL_DATA_EOR); in mptcp_ask_symptoms()