Searched refs:num_with_pkthdrs (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 5113 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument 5195 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 5204 if (num_with_pkthdrs > 0) { 5205 --num_with_pkthdrs; 5209 if (num_with_pkthdrs > 0) { 5694 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument 5698 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0,
|