Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c2135 #ifndef RULESIZE7
2136 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ macro
2166 l = RULESIZE7(rule); in ipfw_getrules()
3897 if (size == RULESIZE7(rule)) { in ipfw_ctl()
3922 size = RULESIZE7(rule); in ipfw_ctl()