Searched refs:ipfw_alloc_rule (Results 1 – 3 of 3) sorted by relevance
668 struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
201 ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize) in ipfw_alloc_rule() function3083 ci->krule = ipfw_alloc_rule(chain, clen); in add_rules()3904 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()
3547 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()