Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c4999 client->ntc_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal()
5173 sizeof(success), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_enqueue_success()
5277 …esult = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, client->ntc_accumulated, CTL_DATA_EOR); in nstat_flush_accumulated_msgs()
5327 result = ctl_enqueuedata(client->ntc_kctl, client->ntc_unit, msg, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5589 CTL_DATA_EOR); in nstat_client_send_counts()
5676 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_description()
5853 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_update()
6007 sizeof(removed), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_client_send_removed()
6251 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_source_add()
6590 sizeof(err), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_send_error()
[all …]
H A Dcontent_filter.c3538 CTL_DATA_EOR); in cfil_dispatch_attach_event()
3651 CTL_DATA_EOR); in cfil_dispatch_disconnect_event()
3784 CTL_DATA_EOR); in cfil_dispatch_closed_event()
4034 msg, CTL_DATA_EOR); in cfil_dispatch_data_event()
7303 CTL_DATA_EOR); in cfil_dispatch_stats_event_locked()
H A Dnetwork_agent.c418 return ctl_enqueuedata(netagent_kctlref, control_unit, buffer, buffer_size, CTL_DATA_EOR); in netagent_send_ctl_data()
H A Dif_utun.c2676 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
/xnu-11417.121.6/bsd/sys/
H A Dkern_control.h280 #define CTL_DATA_EOR 0x2 macro
/xnu-11417.121.6/bsd/kern/
H A Dkern_control.c1006 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuembuf()
1079 if (flags & CTL_DATA_EOR) { in ctl_enqueuembuf_list()
1215 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuedata()
/xnu-11417.121.6/bsd/netinet/
H A Dflow_divert.c1230 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet()
3261 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, ctl_unit, packet, CTL_DATA_EOR); in flow_divert_handle_flow_states_request()
4644 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.c6525 &ask, sizeof(ask), CTL_DATA_EOR); in mptcp_ask_symptoms()