Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.c708 IPFW_ASSERT_CFGPORT(&curthread->td_msgport); in ip_fw3_add_rule()
804 IPFW_ASSERT_CFGPORT(&curthread->td_msgport); in ip_fw3_ctl_flush_rule()
1332 IPFW_ASSERT_CFGPORT(&curthread->td_msgport); in ip_fw3_hook()
1347 IPFW_ASSERT_CFGPORT(&curthread->td_msgport); in ip_fw3_dehook()
H A Dip_fw3.h477 #define IPFW_ASSERT_CFGPORT(msgport) \ macro