Searched refs:mb_top (Results 1 – 2 of 2) sorted by relevance
75 mbp->mb_top = mbp->mb_cur = m; in mb_initm()82 if (mbp->mb_top) { in mb_done()83 m_freem(mbp->mb_top); in mb_done()84 mbp->mb_top = NULL; in mb_done()93 m = mbp->mb_top; in mb_detach()94 mbp->mb_top = NULL; in mb_detach()101 return (mbp->mb_top->m_pkthdr.len = m_fixhdr(mbp->mb_top)); in mb_fixhdr()
51 struct mbuf * mb_top; /* head of mbufs chain */ member