Searched refs:accept_filter_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Duipc_accf.c52 static struct mtx accept_filter_mtx; variable in typeref:struct:mtx
53 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)

Completed in 49 milliseconds