Searched refs:m_allocpacket_internal (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kpi_mbuf.c | 1265 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket() 1300 m = m_allocpacket_internal(&numpkts, packetlen, in mbuf_allocpacket_list()
|
| H A D | kern_control.c | 1178 m = m_allocpacket_internal(&num_needed, len, NULL, M_NOWAIT, 1, 0); in ctl_enqueuedata()
|
| H A D | uipc_socket.c | 2818 freelist = m_allocpacket_internal( in sosend_list()
|
| H A D | uipc_mbuf.c | 4394 m_allocpacket_internal(unsigned int *numlist, size_t packetlen, function
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | mbuf.h | 1518 __private_extern__ struct mbuf *m_allocpacket_internal(unsigned int *, size_t,
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 927 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pkt_to_mbuf_chain() 931 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pkt_to_mbuf_chain() 935 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pkt_to_mbuf_chain()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1838 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host()
|