Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c264 #define V_dyn_expire_lock VNET(dyn_expire_lock) macro
302 mtx_init(&V_dyn_expire_lock, "IPFW expired states list", NULL, MTX_DEF)
303 #define DYN_EXPIRED_LOCK_DESTROY() mtx_destroy(&V_dyn_expire_lock)
304 #define DYN_EXPIRED_LOCK() mtx_lock(&V_dyn_expire_lock)
305 #define DYN_EXPIRED_UNLOCK() mtx_unlock(&V_dyn_expire_lock)