Searched refs:ipfw_alloc_rule (Results 1 – 3 of 3) sorted by relevance
661 struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
203 ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize) in ipfw_alloc_rule() function3071 ci->krule = ipfw_alloc_rule(chain, clen); in add_rules()3894 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()
3436 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()