Home
last modified time | relevance | path

Searched refs:nx_netif_mbuf_chain_info (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_filter_compat.c43 nx_netif_mbuf_chain_info(m_chain, NULL, &dropcnt, NULL); in nx_netif_filter_tx_mbuf_enqueue()
138 nx_netif_mbuf_chain_info(m_chain, &m_tail, &cnt, &bytes); in nx_netif_filter_tx_processed_mbuf_enqueue()
215 nx_netif_mbuf_chain_info(m_chain, &m_tail, &c, &l); in fix_dequeue_mbuf_return_args()
H A Dnx_netif.h682 extern void nx_netif_mbuf_chain_info(struct mbuf *,
H A Dnx_netif_util.c690 nx_netif_mbuf_chain_info(struct mbuf *m_head, struct mbuf **m_tail, in nx_netif_mbuf_chain_info() function