Home
last modified time | relevance | path

Searched refs:m_remain (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dkctl_test.c180 mbuf_t m_remain = NULL; in kctl_test_send_list() local
183 error = ctl_enqueuembuf_list(kctlref, unit, m, flags, &m_remain); in kctl_test_send_list()
184 if (m_remain != NULL) { in kctl_test_send_list()
185 mbuf_t tmp = m_remain; in kctl_test_send_list()
192 mbuf_freem_list(m_remain); in kctl_test_send_list()
/xnu-10063.101.15/bsd/sys/
H A Dkern_control.h617 u_int32_t flags, mbuf_t *m_remain);
/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c1032 u_int32_t flags, struct mbuf **m_remain) in ctl_enqueuembuf_list() argument
1117 if (m_remain) { in ctl_enqueuembuf_list()
1118 *m_remain = m; in ctl_enqueuembuf_list()