Lines Matching defs:sb_sndptr
676 * and linked together with m_next. sb_sndptr, if set, is the last mbuf that
689 struct mbuf *sndptr, *m, *sb_sndptr;
761 sb_sndptr = sb->sb_sndptr;
762 sndptr = sb_sndptr ? sb_sndptr->m_next : sb->sb_mb;
819 sb_sndptr = m; /* new sb->sb_sndptr if all goes well */
930 KASSERT(sb_sndptr, ("%s: sb_sndptr is NULL", __func__));
931 sb->sb_sndptr = sb_sndptr;