Searched refs:m_gethdr (Results 1 – 2 of 2) sorted by relevance
54 struct mbuf * m_gethdr(int how, short type);68 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type)))
151 m_gethdr(int how, short type) in m_gethdr() function312 mb = m_gethdr(how, type); in m_getm2()317 mb = m_gethdr(how, type); in m_getm2()915 n = m_gethdr(wait, m->m_type); in m_dup1()