Searched refs:ctl_enqueuedata (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dnetsrc.c172 error = ctl_enqueuedata(kctl, unit, &nrp,
252 error = ctl_enqueuedata(kctl, unit, &nrp, sizeof(nrp),
H A Dnet_stubs.c46 STUB(ctl_enqueuedata); variable
H A Dntstat.c2009 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success,
2132 result = ctl_enqueuedata(control->ncs_kctl,
2466 result = ctl_enqueuedata(state->ncs_kctl,
2541 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &removed,
2987 result = ctl_enqueuedata(kctl, unit, &err, sizeof(err),
H A Dcontent_filter.c2054 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref,
2060 CFIL_LOG(LOG_ERR, "ctl_enqueuedata() failed: %d", error);
2148 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref,
2229 error = ctl_enqueuedata(entry->cfe_filter->cf_kcref,
2235 CFIL_LOG(LOG_ERR, "ctl_enqueuedata() failed: %d",
H A Dnecp.c752 error = ctl_enqueuedata(necp_kctlref, session->control_unit, buffer, buffer_size, CTL_DATA_EOR);
/xnu-2782.1.97/bsd/sys/
H A Dkern_control.h385 0 or ctl_enqueuedata()/ctl_enqueuembuf() return ENOBUFS, the
508 @function ctl_enqueuedata
522 ctl_enqueuedata(kern_ctl_ref kctlref, u_int32_t unit, void *data, size_t len, u_int32_t flags);
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cc.c251 ctl_enqueuedata(tcp_ccdbg_ctlref, tcp_ccdbg_unit,
/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c858 ctl_enqueuedata(void *kctlref, u_int32_t unit, void *data, size_t len, function
885 printf("ctl_enqueuedata: m_allocpacket_internal(%lu) failed\n",

Completed in 55 milliseconds