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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c715 struct mbuf *m = NULL, *m_loop = NULL; local
749 m_loop = dlil_lo_input_mbuf_head;
774 for (m1 = m_loop, count = 0; m1; m1 = mbuf_nextpkt(m1)) {
794 if (m_loop) {
796 dlil_input_packet_list(lo_ifp, m_loop);

Completed in 16 milliseconds