Searched refs:m_gethdr (Results 1 – 2 of 2) sorted by relevance
54 struct mbuf * m_gethdr(int how, short type);65 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
152 m_gethdr(int how, short type) in m_gethdr() function782 n = m_gethdr(wait, m->m_type); in m_dup1()