Searched refs:m_get_common (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 1519 m_get_common(int wait, short type, int hdr) in m_get_common() function 1537 #define _M_GET(wait, type) m_get_common(wait, type, 0) 1538 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)
|
| H A D | uipc_mbuf_mcache.c | 3055 m_get_common(int wait, short type, int hdr) function 3079 #define _M_GETHDR(wait, type) m_get_common(wait, type, 1)
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 2034 extern struct mbuf *m_get_common(int wait, short type, int hdr);
|