Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c4366 m_get_common(int wait, short type, int hdr) function
4394 #define _M_GET(wait, type) m_get_common(wait, type, 0)
4395 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)