Home
last modified time | relevance | path

Searched refs:ctl_enqueuembuf_list (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dkern_control_private.h278 ctl_enqueuembuf_list(kern_ctl_ref kctlref, u_int32_t unit, mbuf_t m_list,
/xnu-12377.1.9/bsd/net/
H A Dkctl_test.c183 error = ctl_enqueuembuf_list(kctlref, unit, m, flags, &m_remain); in kctl_test_send_list()
H A Dnet_stubs.c52 STUB(ctl_enqueuembuf_list);
/xnu-12377.1.9/bsd/kern/
H A Dkern_control.c1051 ctl_enqueuembuf_list(void *kctlref, u_int32_t unit, struct mbuf *m_list, in ctl_enqueuembuf_list() function