Home
last modified time | relevance | path

Searched refs:m_allocpacket_internal (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkpi_mbuf.c1265 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket()
1300 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket_list()
H A Dkern_control.c1178 m = m_allocpacket_internal(&num_needed, len, NULL, M_NOWAIT, 1, 0); in ctl_enqueuedata()
H A Duipc_socket.c2817 freelist = m_allocpacket_internal( in sosend_list()
H A Duipc_mbuf.c4391 m_allocpacket_internal(unsigned int *numlist, size_t packetlen, function
/xnu-8019.80.24/bsd/sys/
H A Dmbuf.h1513 __private_extern__ struct mbuf *m_allocpacket_internal(unsigned int *, size_t,
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c931 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pkt_to_mbuf_chain()
935 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pkt_to_mbuf_chain()
939 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pkt_to_mbuf_chain()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1838 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host()