Home
last modified time | relevance | path

Searched refs:mbuf_get_tx_compl_data (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dnet_stubs.c262 STUB(mbuf_get_tx_compl_data);
/xnu-11417.121.6/bsd/sys/
H A Dkpi_mbuf.h2047 extern errno_t mbuf_get_tx_compl_data(mbuf_t m, uintptr_t *arg,
/xnu-11417.121.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c224 err = mbuf_get_tx_compl_data(m, (uintptr_t *)&ifp, &data); in nx_netif_compat_ringcb()
/xnu-11417.121.6/bsd/kern/
H A Dkpi_mbuf.c1897 mbuf_get_tx_compl_data(mbuf_t m, uintptr_t *arg, uintptr_t *data) in mbuf_get_tx_compl_data() function