Home
last modified time | relevance | path

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

/xnu-8020.101.4/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 Dntstat.c4870 control->ncs_unit, syscnt, finalsize, CTL_DATA_EOR); in nstat_sysinfo_send_data_internal()
5044 sizeof(success), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_enqueue_success()
5149 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, state->ncs_accumulated, CTL_DATA_EOR); in nstat_flush_accumulated_msgs()
5200 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, hdr, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5455 CTL_DATA_EOR); in nstat_control_send_counts()
5540 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR); in nstat_control_send_description()
5714 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR); in nstat_control_send_update()
5867 sizeof(removed), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_control_send_removed()
6081 CTL_DATA_EOR); in nstat_control_source_add()
6395 sizeof(err), CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_send_error()
[all …]
H A Dcontent_filter.c3239 CTL_DATA_EOR); in cfil_dispatch_attach_event()
3349 CTL_DATA_EOR); in cfil_dispatch_disconnect_event()
3462 CTL_DATA_EOR); in cfil_dispatch_closed_event()
3696 msg, CTL_DATA_EOR); in cfil_dispatch_data_event()
6817 CTL_DATA_EOR); in cfil_dispatch_stats_event_locked()
H A Dnetwork_agent.c317 return ctl_enqueuedata(netagent_kctlref, control_unit, buffer, buffer_size, CTL_DATA_EOR); in netagent_send_ctl_data()
H A Dif_utun.c2658 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
/xnu-8020.101.4/bsd/sys/
H A Dkern_control.h279 #define CTL_DATA_EOR 0x2 macro
/xnu-8020.101.4/bsd/kern/
H A Dkern_control.c997 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuembuf()
1070 if (flags & CTL_DATA_EOR) { in ctl_enqueuembuf_list()
1201 if ((flags & CTL_DATA_EOR)) { in ctl_enqueuedata()
/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.c1155 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet()
4225 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.c6682 &ask, sizeof(ask), CTL_DATA_EOR); in mptcp_ask_symptoms()