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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c986 unsigned int numpkts = 1; local
993 m = m_allocpacket_internal(&numpkts, packetlen, maxchunks ? &numchunks : NULL, how, 1, 0);
1010 mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how, size_t packetlen, unsigned int *maxchunks, mbuf_t *mbuf) argument
1016 if (numpkts == 0) {
1024 m = m_allocpacket_internal(&numpkts, packetlen, maxchunks ? &numchunks : NULL, how, 1, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h525 @param numpkts Number of packets to allocate
554 errno_t mbuf_allocpacket_list(unsigned int numpkts, mbuf_how_t how, size_t packetlen, unsigned int * maxchunks, mbuf_t *mbuf);

Completed in 35 milliseconds