Home
last modified time | relevance | path

Searched refs:ctl_enqueuembuf (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dkctl_test.c114 error = ctl_enqueuembuf(kctlref, unit, m, CTL_DATA_EOR); in kctl_test_send()
H A Dnet_stubs.c51 STUB(ctl_enqueuembuf);
H A Dntstat.c5277 …result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, client->ntc_accumulated, CTL_DATA_EOR… in nstat_flush_accumulated_msgs()
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()
6251 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_source_add()
6878 result = ctl_enqueuembuf(kctl, unit, m, CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_client_send()
H A Dif_utun.c2676 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
H A Dcontent_filter.c4032 error = ctl_enqueuembuf(entry->cfe_filter->cf_kcref, in cfil_dispatch_data_event()
/xnu-11417.121.6/bsd/sys/
H A Dkern_control.h596 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m, u_int32_t flags);
/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()
/xnu-11417.121.6/bsd/kern/
H A Dkern_control.c988 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, struct mbuf *m, in ctl_enqueuembuf() function