Searched refs:MBUF_INIT (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 1239 #define MBUF_INIT(m, pkthdr, type) { \ macro 1762 MBUF_INIT(m, 0, MT_FREE); in mz_composite_build() 3473 MBUF_INIT(ms, 0, MT_FREE); in mbuf_cslab_alloc() 4383 MBUF_INIT(m, hdr, type); 4794 MBUF_INIT(m, hdr, type); 5195 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 5390 MBUF_INIT(m, 1, MT_DATA); 5403 MBUF_INIT(m->m_next, 0, MT_DATA); 5591 MBUF_INIT(m, pkthdr, MT_DATA); 6293 MBUF_INIT(n, (top == NULL), type); [all …]
|