Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
6620 struct mbuf *m_new = NULL, *m_final = NULL; local6657 m_new = m_final;6664 length -= ((m_new == m_final) ? off : 0);6669 if (m_new == NULL) {6671 m_new = m_getcl(how, MT_DATA, 0);6673 m_new = m_get(how, MT_DATA);6675 if (m_new == NULL) {6680 m_copydata(m0, progress, length, mtod(m_new, caddr_t));6682 m_new->m_len = length;6683 if (m_new != m_final) {[all …]