Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c730 mbuf_init(struct mbuf *m, int pkthdr, int type) in mbuf_init() function
942 mbuf_init(m, 0, MT_FREE); in mz_composite_build()
1525 mbuf_init(m, hdr, type); in m_get_common()
1859 mbuf_init(m, hdr, type); in m_getcl()
2169 mbuf_init(m, num_with_pkthdrs, MT_DATA); in m_getpackets_internal()
2338 mbuf_init(m, 1, MT_DATA); in m_allocpacket_internal()
2346 mbuf_init(m->m_next, 0, MT_DATA); in m_allocpacket_internal()
2498 mbuf_init(m, pkthdr, MT_DATA); in m_allocpacket_internal()
3233 mbuf_init(n, (top == NULL), type); in m_copym_with_hdrs()
4804 mbuf_init(m, hdr, type); in m_ext_paired_activate()
H A Duipc_mbuf_mcache.c2171 mbuf_init(ms, 0, MT_FREE); in mbuf_cslab_alloc()
3068 mbuf_init(m, hdr, type);
3300 mbuf_init(m, hdr, type);
3487 mbuf_init(m, num_with_pkthdrs, MT_DATA);
3657 mbuf_init(m, 1, MT_DATA);
3666 mbuf_init(m->m_next, 0, MT_DATA);
3818 mbuf_init(m, pkthdr, MT_DATA);
4134 mbuf_init(n, (top == NULL), type);
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h2045 extern void mbuf_init(struct mbuf *m, int pkthdr, int type);