Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c210 IPFW_RLOCK_ASSERT(chain); in ipfw_nat64clat()
H A Dnat64stl.c213 IPFW_RLOCK_ASSERT(chain); in ipfw_nat64stl()
H A Dnat64lsn.c1727 IPFW_RLOCK_ASSERT(ch); in ipfw_nat64lsn()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h440 #define IPFW_RLOCK_ASSERT(_chain) rw_assert(&(_chain)->rwmtx, RA_RLOCKED) macro
461 #define IPFW_RLOCK_ASSERT(_chain) rm_assert(&(_chain)->rwmtx, RA_RLOCKED) macro
H A Dip_fw_nat.c359 IPFW_RLOCK_ASSERT(chain); in ipfw_nat()
H A Dip_fw_dynamic.c1342 IPFW_RLOCK_ASSERT(&V_layer3_chain); in ipfw_dyn_lookup_state()