Searched refs:accept_filter_mtx (Results 1 – 1 of 1) sorted by relevance
52 static struct mtx accept_filter_mtx; variable53 MTX_SYSINIT(accept_filter, &accept_filter_mtx, "accept_filter_mtx",55 #define ACCEPT_FILTER_LOCK() mtx_lock(&accept_filter_mtx)56 #define ACCEPT_FILTER_UNLOCK() mtx_unlock(&accept_filter_mtx)