Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h296 struct ip_fw_chain { struct
297 struct ip_fw **map; /* array of rule ptrs to ease lookup */
298 uint32_t id; /* ruleset id */
299 int n_rules; /* number of static rules */
300 void *tablestate; /* runtime table info */
301 void *valuestate; /* runtime table value info */
302 int *idxmap; /* skipto array of rules */
303 void **srvstate; /* runtime service mappings */
305 spinlock_t rwmtx;
307 struct rmlock rwmtx;
[all …]