Searched refs:md_pos (Results 1 – 2 of 2) sorted by relevance
321 mdp->md_pos = mtod(m, u_char*); in md_initm()479 s = mdp->md_pos; in md_get_mem()484 s = mdp->md_pos = mtod(m, caddr_t); in md_get_mem()490 mdp->md_pos += count; in md_get_mem()517 rm = m_copym(m, mdp->md_pos - mtod(m, u_char*), size, M_WAITOK); in md_get_mbuf()
60 u_char * md_pos; /* offset in the current mbuf */ member