Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.c213 IPFW_RLOCK_ASSERT(chain); in ipfw_nat64clat()
H A Dnat64stl.c216 IPFW_RLOCK_ASSERT(chain); in ipfw_nat64stl()
H A Dnat64lsn.c1579 IPFW_RLOCK_ASSERT(ch); in ipfw_nat64lsn()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h429 #define IPFW_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_RLOCKED) macro
450 #define IPFW_RLOCK_ASSERT(_chain) rm_assert(&(_chain)->rwmtx, RA_RLOCKED) macro
H A Dip_fw_nat.c358 IPFW_RLOCK_ASSERT(chain); in ipfw_nat()
H A Dip_fw_dynamic.c1336 IPFW_RLOCK_ASSERT(&V_layer3_chain); in ipfw_dyn_lookup_state()