Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1419 unsigned int numpkts = 1; in mbuf_allocpacket() local
1427 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket()
1449 mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how, size_t packetlen, in mbuf_allocpacket_list() argument
1456 if (numpkts == 0) { in mbuf_allocpacket_list()
1464 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket_list()
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h706 extern errno_t mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how,