Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c65 uint64_t mbuf_tx_compl_aborted __attribute__((aligned(8))) = 0; variable
79 CTLFLAG_RD | CTLFLAG_LOCKED, &mbuf_tx_compl_aborted, "");
2142 os_atomic_inc(&mbuf_tx_compl_aborted, relaxed); in m_do_tx_compl_callback()