Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_accf.c52 static struct mtx accept_filter_mtx; variable
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)