Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnetsrc.c84 return ctl_enqueuedata(kctl, unit, reply, in netsrc_reply()
103 return ctl_enqueuedata(kctl, unit, &v1, sizeof(v1), CTL_DATA_EOR); in netsrc_reply()
H A Dnet_stubs.c50 STUB(ctl_enqueuedata);
H A Dntstat.c4976 result = ctl_enqueuedata(control->ncs_kctl, in nstat_sysinfo_send_data_internal()
5150 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, in nstat_enqueue_success()
5307 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, hdr, length, CTL_DATA_EOR); in nstat_accumulate_msg()
5558 result = ctl_enqueuedata(state->ncs_kctl, in nstat_control_send_counts()
5971 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &removed, in nstat_control_send_removed()
6499 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &err, in nstat_send_error()
6774 result = ctl_enqueuedata(kctl, unit, &err, sizeof(err), in nstat_control_send()
H A Dcontent_filter.c3332 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref, in cfil_dispatch_attach_event()
3445 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref, in cfil_dispatch_disconnect_event()
3558 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref, in cfil_dispatch_closed_event()
6942 error = ctl_enqueuedata(cfc->cf_kcref, cfc->cf_kcunit, 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()
/xnu-8792.41.9/bsd/netinet/
H A Dtcp_ccdbg.c142 ctl_enqueuedata(tcp_ccdbg_ctlref, tcp_ccdbg_unit, in tcp_ccdbg_trace()
H A Dmptcp_subr.c6492 err = ctl_enqueuedata(mptcp_kern_ctrl_ref, mptcp_kern_skt_unit, in mptcp_ask_symptoms()
/xnu-8792.41.9/bsd/sys/
H A Dkern_control.h577 ctl_enqueuedata(kern_ctl_ref kctlref, u_int32_t unit, void *data, size_t len, u_int32_t flags);
/xnu-8792.41.9/bsd/kern/
H A Dkern_control.c1157 ctl_enqueuedata(void *kctlref, u_int32_t unit, void *data, size_t len, in ctl_enqueuedata() function