Searched refs:MBUF_INIT (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf.c | 1233 #define MBUF_INIT(m, pkthdr, type) { \ macro 1769 MBUF_INIT(m, 0, MT_FREE); in mz_composite_build() 3480 MBUF_INIT(ms, 0, MT_FREE); in mbuf_cslab_alloc() 4382 MBUF_INIT(m, hdr, type); 4788 MBUF_INIT(m, hdr, type); 5199 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 5399 MBUF_INIT(m, 1, MT_DATA); 5412 MBUF_INIT(m->m_next, 0, MT_DATA); 5600 MBUF_INIT(m, pkthdr, MT_DATA); 6432 MBUF_INIT(n, (top == NULL), type); [all …]
|