Searched defs:ip_fw_chain (Results 1 – 1 of 1) sorted by relevance
302 struct ip_fw_chain { struct303 struct ip_fw **map; /* array of rule ptrs to ease lookup */304 uint32_t id; /* ruleset id */305 int n_rules; /* number of static rules */306 void *tablestate; /* runtime table info */307 void *valuestate; /* runtime table value info */308 int *idxmap; /* skipto array of rules */309 void **srvstate; /* runtime service mappings */311 spinlock_t rwmtx;313 struct rmlock rwmtx;[all …]