Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfw/
HDip_fw_private.h538 #define RULEKSIZE0(r) roundup2((sizeof(struct ip_fw) + (r)->cmd_len*4 - 4), 8) macro
HDip_fw_sockopt.c3894 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()