Home
last modified time | relevance | path

Searched refs:ipfw_alloc_rule (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h661 struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
H A Dip_fw_sockopt.c203 ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize) in ipfw_alloc_rule() function
3071 ci->krule = ipfw_alloc_rule(chain, clen); in add_rules()
3894 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()
H A Dip_fw2.c3436 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()