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

/freebsd-9.3-release/sys/kern/
H A Duipc_accf.c50 static struct mtx accept_filter_mtx; variable in typeref:struct:mtx
51 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)

Completed in 108 milliseconds