Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dkern_control.h442 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m, u_int32_t flags);
/xnu-12377.1.9/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.c5703 …result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, client->ntc_accumulated, CTL_DATA_EOR… in nstat_flush_accumulated_msgs()
6176 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_description()
6353 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_update()
6489 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_send_details()
7011 result = ctl_enqueuembuf(client->ntc_kctl, client->ntc_unit, msg, CTL_DATA_EOR); in nstat_client_source_add()
7771 result = ctl_enqueuembuf(kctl, unit, m, CTL_DATA_EOR | CTL_DATA_CRIT); in nstat_client_send()
H A Dif_utun.c2923 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR); in utun_output()
H A Dcontent_filter.c4029 error = ctl_enqueuembuf(entry->cfe_filter->cf_kcref, in cfil_dispatch_data_event()
/xnu-12377.1.9/bsd/netinet/
H A Dflow_divert.c1227 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet()
3258 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, ctl_unit, packet, CTL_DATA_EOR); in flow_divert_handle_flow_states_request()
4643 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()
/xnu-12377.1.9/bsd/kern/
H A Dkern_control.c988 ctl_enqueuembuf(kern_ctl_ref kctlref, u_int32_t unit, struct mbuf *m, in ctl_enqueuembuf() function