Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c4280 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument
4340 MBUF_INIT(m, num_with_pkthdrs, MT_DATA);
4349 if (num_with_pkthdrs > 0) {
4350 --num_with_pkthdrs;
4354 if (num_with_pkthdrs > 0) {
4754 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument
4758 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0,