mtx_trylock
int mtx_trylock(mtx_t *__mtx);
mtx_trylock(&(_sc)->sc_tx_mtx))
#define IF_AFDATA_TRYLOCK(ifp) mtx_trylock(&(ifp)->if_afdata_mtx)