Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ppp/
H A Ddeflate.c75 struct mbuf *mo_head, *mo, *mi_head, *mi; in DeflateOutput() local
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
262 m_freem(mo_head); in DeflateInput()
305 m_freem(mo_head); in DeflateInput()
313 mo_head->m_offset += 2; in DeflateInput()
314 mo_head->m_len -= 2; in DeflateInput()
[all …]