Lines Matching refs:m_next
624 * Each record is a list of mbufs chained together with the m_next
801 while (m && m->m_next)
802 m = m->m_next;
810 for (n = m; n != NULL; n = n->m_next)
868 } while (n->m_next && (n = n->m_next));
917 for (m2 = m; m2 != NULL; m2 = m2->m_next) {
958 m = m0->m_next;
959 m0->m_next = 0;
993 if ((m = m->m_next) != NULL)
1009 m = m0->m_next;
1010 m0->m_next = 0;
1044 for (n = control; n; n = n->m_next) {
1047 if (n->m_next == NULL) /* keep pointer to last control buf */
1071 n->m_next = m0; /* concatenate data to control */
1074 m->m_next = control;
1078 for (n = m; n->m_next != NULL; n = n->m_next)
1122 m->m_next = m0;
1188 for (np = n; np; np = np->m_next)
1199 for (m = nlast; m->m_next; m = m->m_next)
1216 for (np = n; np; np = np->m_next)
1237 for (m = control; ; m = m->m_next) {
1240 if (m->m_next == NULL)
1244 for (m = m0; m; m = m->m_next) {
1250 n->m_next = m0; /* concatenate data to control */
1254 for (m = control; m->m_next != NULL; m = m->m_next)
1285 (((o = m->m_next) || (o = n)) &&
1288 sb->sb_lastrecord = m->m_next;
1305 n->m_next = m;
1312 m = m->m_next;
1313 n->m_next = 0;
1755 m = m->m_next;
1772 m = m->m_next;