Searched refs:mfirst (Results 1 – 1 of 1) sorted by relevance
1922 struct mbuf *n, *mfirst, *mlast; in m_unshare() local2000 mfirst = n; in m_unshare()2020 m_freem(mfirst); in m_unshare()2027 m0 = mfirst; /* new head of chain */ in m_unshare()2029 mprev->m_next = mfirst; /* replace old mbuf */ in m_unshare()2031 mprev = mfirst; in m_unshare()