Searched refs:m_allocpacket_internal (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c967 m = m_allocpacket_internal(&numpkts, packetlen, maxchunks ? &numchunks : NULL, how, 1, 0);
998 m = m_allocpacket_internal(&numpkts, packetlen, maxchunks ? &numchunks : NULL, how, 1, 0);
H A Dkern_control.c526 m = m_allocpacket_internal(&num_needed, len, NULL, M_NOWAIT, 1, 0);
528 printf("ctl_enqueuedata: m_allocpacket_internal(%lu) failed\n", len);
H A Duipc_mbuf.c174 * { m_getpackets_internal(), m_allocpacket_internal() }
3751 m_allocpacket_internal(unsigned int *numlist, size_t packetlen, function
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1062 __private_extern__ struct mbuf *m_allocpacket_internal(unsigned int *, size_t,

Completed in 35 milliseconds