Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_private.h668 struct ip_fw *ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize);
H A Dip_fw_sockopt.c201 ipfw_alloc_rule(struct ip_fw_chain *chain, size_t rulesize) in ipfw_alloc_rule() function
3083 ci->krule = ipfw_alloc_rule(chain, clen); in add_rules()
3904 krule = ipfw_alloc_rule(chain, RULEKSIZE0(rule)); in ipfw_ctl()
H A Dip_fw2.c3547 rule = ipfw_alloc_rule(chain, sizeof(struct ip_fw)); in vnet_ipfw_init()