Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
7707 struct mbuf *m_new = NULL, *m_final = NULL; local7744 m_new = m_final;7751 length -= ((m_new == m_final) ? off : 0);7756 if (m_new == NULL) {7758 m_new = m_getcl(how, MT_DATA, 0);7760 m_new = m_get(how, MT_DATA);7762 if (m_new == NULL) {7767 m_copydata(m0, progress, length, mtod(m_new, caddr_t));7769 m_new->m_len = length;7770 if (m_new != m_final) {[all …]