Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h532 #define RULEKSIZE0(r) roundup2((sizeof(struct ip_fw) + (r)->cmd_len*4 - 4), 8) macro
H A Dip_fw_sockopt.c3894 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()