Searched refs:RULEKSIZE0 (Results 1 – 2 of 2) sorted by relevance
532 #define RULEKSIZE0(r) roundup2((sizeof(struct ip_fw) + (r)->cmd_len*4 - 4), 8) macro
3894 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()