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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c3624 * first num_with_pkthdrs with mbuf hdrs configured as packet headers; these
3630 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument
3688 MBUF_INIT(m, num_with_pkthdrs, MT_DATA);
3697 if (num_with_pkthdrs > 0) {
3698 --num_with_pkthdrs;
3708 if (num_with_pkthdrs > 0)
4094 * first num_with_pkthdrs with mbuf hdrs configured as packet headers. These
4099 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument
4103 return (m_getpackets_internal(&n, num_with_pkthdrs, how, 0,

Completed in 81 milliseconds