CALLOUT_LOCK
#define CALLOUT_LOCK(txq) mtx_lock(&txq->ift_mtx)
#define CALLOUT_LOCK(p) mtx_lock(&(p)->periodic_lock)