Searched refs:num_with_pkthdrs (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf.c | 5128 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument 5215 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 5224 if (num_with_pkthdrs > 0) { 5225 --num_with_pkthdrs; 5229 if (num_with_pkthdrs > 0) { 5719 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument 5723 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0,
|