Searched refs:num_with_pkthdrs (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | uipc_mbuf.c | 4298 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument 4358 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 4367 if (num_with_pkthdrs > 0) { 4368 --num_with_pkthdrs; 4372 if (num_with_pkthdrs > 0) { 4772 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument 4776 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0,
|