URTWN_UNLOCK
#define URTWN_UNLOCK(sc) lockmgr(&(sc)->sc_mtx, LK_RELEASE)
#define URTWN_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)