Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw_private.h440 #define IPFW_RLOCK(p) rw_rlock(&(p)->rwmtx) macro
444 #define IPFW_PF_RLOCK(p) IPFW_RLOCK(p)
461 #define IPFW_RLOCK(p) rm_rlock(&(p)->rwmtx, &_tracker) macro
465 #define IPFW_PF_RLOCK(p) IPFW_RLOCK(p)
HDip_fw_nat.c1114 IPFW_RLOCK(chain); in ipfw_nat_get_log()
HDip_fw_sockopt.c4025 IPFW_RLOCK(chain); in ipfw_ctl()
4054 IPFW_RLOCK(chain); in ipfw_ctl()