Home
last modified time | relevance | path

Searched defs:ip_fw_chain (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h290 struct ip_fw_chain { struct
292 uint32_t id; /* ruleset id */
293 int n_rules; /* number of static rules */
294 void *tablestate; /* runtime table info */
296 int *idxmap; /* skipto array of rules */
299 spinlock_t rwmtx;
301 struct rmlock rwmtx;
304 uint32_t gencnt; /* NAT generation count */
306 struct ip_fw *default_rule;
308 void *ifcfg; /* interface module data */
[all …]