Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c1260 unsigned int numpkts = 1; in mbuf_allocpacket() local
1268 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket()
1290 mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how, size_t packetlen, in mbuf_allocpacket_list() argument
1297 if (numpkts == 0) { in mbuf_allocpacket_list()
1305 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket_list()
/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h607 extern errno_t mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how,