Lines Matching refs:m_nextpkt
857 while (m && m->m_nextpkt) in sblastrecordchk()
858 m = m->m_nextpkt; in sblastrecordchk()
864 for (m = sb->sb_mb; m != NULL; m = m->m_nextpkt) in sblastrecordchk()
878 while (m && m->m_nextpkt) in sblastmbufchk()
879 m = m->m_nextpkt; in sblastmbufchk()
888 for (m = sb->sb_mb; m != NULL; m = m->m_nextpkt) { in sblastmbufchk()
920 (sb)->sb_lastrecord->m_nextpkt = (m0); \
945 while (n->m_nextpkt) in sbappend_locked()
946 n = n->m_nextpkt; in sbappend_locked()
1053 KASSERT(m->m_nextpkt == NULL,("sbappendstream 0")); in sbappendstream_locked()
1117 n = m->m_nextpkt; in sbcheck()
1157 if (m->m_nextpkt != NULL) { in sbcheck()
1579 next = (m = sb->sb_mb) ? m->m_nextpkt : 0; in sbcut_internal()
1601 next = m->m_nextpkt; in sbcut_internal()
1663 m->m_nextpkt = next; in sbcut_internal()
1674 } else if (m->m_nextpkt == NULL) { in sbcut_internal()
1809 sb->sb_mb = m->m_nextpkt; in sbdroprecord_locked()