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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c179 static struct mbuf *dlil_lo_input_mbuf_tail = NULL; variable in typeref:struct:mbuf
751 dlil_lo_input_mbuf_tail = NULL;
897 else if (dlil_lo_input_mbuf_tail != NULL)
898 dlil_lo_input_mbuf_tail->m_nextpkt = m_head;
899 dlil_lo_input_mbuf_tail = m_tail;

Completed in 52 milliseconds