Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dip_carp.c146 struct mtx cif_mtx; member
250 #define CIF_LOCK_INIT(cif) mtx_init(&(cif)->cif_mtx, "carp_if", \
252 #define CIF_LOCK_DESTROY(cif) mtx_destroy(&(cif)->cif_mtx)
253 #define CIF_LOCK_ASSERT(cif) mtx_assert(&(cif)->cif_mtx, MA_OWNED)
254 #define CIF_LOCK(cif) mtx_lock(&(cif)->cif_mtx)
255 #define CIF_UNLOCK(cif) mtx_unlock(&(cif)->cif_mtx)