Searched refs:num_with_pkthdrs (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 5112 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument 5199 MBUF_INIT(m, num_with_pkthdrs, MT_DATA); 5208 if (num_with_pkthdrs > 0) { 5209 --num_with_pkthdrs; 5213 if (num_with_pkthdrs > 0) { 5703 m_getpackets(int num_needed, int num_with_pkthdrs, int how) argument 5707 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0,
|