Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c2115 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, in m_getpackets_internal() argument
2169 mbuf_init(m, num_with_pkthdrs, MT_DATA); in m_getpackets_internal()
2178 if (num_with_pkthdrs > 0) { in m_getpackets_internal()
2179 --num_with_pkthdrs; in m_getpackets_internal()
2183 if (num_with_pkthdrs > 0) { in m_getpackets_internal()
2589 m_getpackets(int num_needed, int num_with_pkthdrs, int how) in m_getpackets() argument
2593 return m_getpackets_internal(&n, num_with_pkthdrs, how, 0, in m_getpackets()
H A Duipc_mbuf_mcache.c3433 m_getpackets_internal(unsigned int *num_needed, int num_with_pkthdrs, argument
3487 mbuf_init(m, num_with_pkthdrs, MT_DATA);
3496 if (num_with_pkthdrs > 0) {
3497 --num_with_pkthdrs;
3501 if (num_with_pkthdrs > 0) {