Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddeflate.c75 struct mbuf *mo_head, *mo, *mi_head, *mi; in DeflateOutput() local
95 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT); in DeflateOutput()
117 m_freem(mo_head); in DeflateOutput()
152 m_freem(mo_head); in DeflateOutput()
168 mo = mo_head; in DeflateOutput()
184 return mo_head; in DeflateOutput()
202 struct mbuf *mo, *mo_head, *mi_head; in DeflateInput() local
235 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPIN); in DeflateInput()
262 m_freem(mo_head); in DeflateInput()
305 m_freem(mo_head); in DeflateInput()
[all …]