Searched defs:ip_fw (Results 1 – 2 of 2) sorted by relevance
286 struct ip_fw { struct294 struct ip_fw_jump_cache cache; /* used by jump_fast */ argument299 struct ip_fw *next; /* linked list of deleted rules */ argument308 struct ip_fw **map; /* array of rule ptrs to ease lookup */ argument
763 struct ip_fw { struct764 struct ip_fw *x_next; /* linked list of rules */ argument765 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument768 uint16_t act_ofs; /* offset of action in 32-bit units */769 uint16_t cmd_len; /* # of 32-bit words in cmd */770 uint16_t rulenum; /* rule number */771 uint8_t set; /* rule set (0..31) */772 uint8_t _pad; /* padding */773 uint32_t id; /* rule id */776 uint64_t pcnt; /* Packet counter */[all …]