Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c1248 #define MBUF_INIT(m, pkthdr, type) { \ macro
1771 MBUF_INIT(m, 0, MT_FREE); in mz_composite_build()
3487 MBUF_INIT(ms, 0, MT_FREE); in mbuf_cslab_alloc()
4397 MBUF_INIT(m, hdr, type);
4808 MBUF_INIT(m, hdr, type);
5215 MBUF_INIT(m, num_with_pkthdrs, MT_DATA);
5415 MBUF_INIT(m, 1, MT_DATA);
5428 MBUF_INIT(m->m_next, 0, MT_DATA);
5616 MBUF_INIT(m, pkthdr, MT_DATA);
6335 MBUF_INIT(n, (top == NULL), type);
[all …]