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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c178 static struct mbuf *dlil_lo_input_mbuf_head = NULL; variable in typeref:struct:mbuf
749 m_loop = dlil_lo_input_mbuf_head;
750 dlil_lo_input_mbuf_head = NULL;
895 if (dlil_lo_input_mbuf_head == NULL)
896 dlil_lo_input_mbuf_head = m_head;

Completed in 10 milliseconds