Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
7696 struct mbuf *m_new = NULL, *m_final = NULL; local7733 m_new = m_final;7740 length -= ((m_new == m_final) ? off : 0);7745 if (m_new == NULL) {7747 m_new = m_getcl(how, MT_DATA, 0);7749 m_new = m_get(how, MT_DATA);7751 if (m_new == NULL) {7756 m_copydata(m0, progress, length, mtod(m_new, caddr_t));7758 m_new->m_len = length;7759 if (m_new != m_final) {[all …]