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

/external/libppp/src/
H A Ddeflate.c75 struct mbuf *mo_head, *mo, *mi_head, *mi; local
95 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT);
117 m_freem(mo_head);
152 m_freem(mo_head);
168 mo = mo_head;
184 return mo_head;
202 struct mbuf *mo, *mo_head, *mi_head; local
235 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPIN);
262 m_freem(mo_head);
305 m_freem(mo_head);
[all...]

Completed in 203 milliseconds