Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_sockopt.c2133 #ifndef RULESIZE7
2134 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ macro
2164 l = RULESIZE7(rule); in ipfw_getrules()
3895 if (size == RULESIZE7(rule)) { in ipfw_ctl()
3920 size = RULESIZE7(rule); in ipfw_ctl()