Searched refs:accept_filter_mtx (Results 1 – 1 of 1) sorted by relevance
50 static struct mtx accept_filter_mtx; variable51 MTX_SYSINIT(accept_filter, &accept_filter_mtx, "accept_filter_mtx",53 #define ACCEPT_FILTER_LOCK() mtx_lock(&accept_filter_mtx)54 #define ACCEPT_FILTER_UNLOCK() mtx_unlock(&accept_filter_mtx)