Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c62 uint64_t mbuf_tx_compl_aborted __attribute__((aligned(8))) = 0; variable
76 CTLFLAG_RD | CTLFLAG_LOCKED, &mbuf_tx_compl_aborted, "");
1976 atomic_add_64(&mbuf_tx_compl_aborted, 1); in m_do_tx_compl_callback()