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

/darwin-on-arm/xnu/bsd/netat/
H A Dsysglue.h171 struct mbuf *m_lgbuf_alloc(int size, int wait);
H A Dsys_glue.c972 m_lgbuf_alloc().
1006 struct mbuf *m_lgbuf_alloc(size, wait)
1050 } /* m_lgbuf_alloc */
1053 gbuf_alloc() is a wrapper for m_lgbuf_alloc(), which is used to
1063 gbuf_t *m = (gbuf_t *)m_lgbuf_alloc(size, wait);
1005 struct mbuf *m_lgbuf_alloc(size, wait) function

Completed in 22 milliseconds