Lines Matching refs:m_next
82 for (len = 0; bp; bp = bp->m_next) in m_length()
174 nbp = bp->m_next; in m_free()
236 bp = bp->m_next; in mbuf_View()
267 head->m_next = bp; in m_prepend()
290 for (; bp; bp = bp->m_next, n -= bp->m_len) in m_adj()
293 m_freem(bp->m_next); in m_adj()
294 bp->m_next = NULL; in m_adj()
316 bp = bp->m_next; in mbuf_Write()
386 if (bp->m_next != NULL) { in m_pullup()
412 for (; bp; bp = bp->m_next) in m_settype()
428 while (m->m_next) in m_append()
429 m = m->m_next; in m_append()
435 m->m_next = m_prepend(NULL, v, sz, 0); in m_append()