Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dnet_stubs.c257 STUB(mbuf_get_tx_compl_data);
/xnu-8796.121.2/bsd/sys/
H A Dkpi_mbuf.h1960 extern errno_t mbuf_get_tx_compl_data(mbuf_t m, uintptr_t *arg,
/xnu-8796.121.2/bsd/kern/
H A Dkpi_mbuf.c1738 mbuf_get_tx_compl_data(mbuf_t m, uintptr_t *arg, uintptr_t *data) in mbuf_get_tx_compl_data() function
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c225 err = mbuf_get_tx_compl_data(m, (uintptr_t *)&ifp, &data); in nx_netif_compat_ringcb()