Searched refs:mfirst (Results 1 – 1 of 1) sorted by relevance
2145 struct mbuf *n, *mfirst, *mlast; in m_unshare() local2223 mfirst = n; in m_unshare()2243 m_freem(mfirst); in m_unshare()2250 m0 = mfirst; /* new head of chain */ in m_unshare()2252 mprev->m_next = mfirst; /* replace old mbuf */ in m_unshare()2254 mprev = mfirst; in m_unshare()