Searched refs:m_get_common (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c148 * { m_get_common(), m_clattach(), m_mclget(),
3189 m_get_common(int wait, short type, int hdr) function
3217 #define _M_GET(wait, type) m_get_common(wait, type, 0)
3218 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)

Completed in 100 milliseconds