Searched refs:m_final (Results 1 – 1 of 1) sorted by relevance
4353 struct mbuf *m_new = NULL, *m_final = NULL; in m_defrag_offset() local4365 m_final = m_getcl(how, MT_DATA, M_PKTHDR); in m_defrag_offset()4367 m_final = m_gethdr(how, MT_DATA); in m_defrag_offset()4370 if (m_final == NULL) { in m_defrag_offset()4376 m_final->m_data += off; in m_defrag_offset()4386 if (m_dup_pkthdr(m_final, m0, how) == 0) { in m_defrag_offset()4390 m_new = m_final; in m_defrag_offset()4397 length -= ((m_new == m_final) ? off : 0); in m_defrag_offset()4416 if (m_new != m_final) { in m_defrag_offset()4417 m_cat(m_final, m_new); in m_defrag_offset()[all …]