Searched refs:mfirst (Results 1 – 1 of 1) sorted by relevance
2149 struct mbuf *n, *mfirst, *mlast; in m_unshare() local2238 mfirst = n; in m_unshare()2258 m_freem(mfirst); in m_unshare()2265 m0 = mfirst; /* new head of chain */ in m_unshare()2267 mprev->m_next = mfirst; /* replace old mbuf */ in m_unshare()2269 mprev = mfirst; in m_unshare()