Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h276 struct ip_fw { struct
283 struct ip_fw_jump_cache cache; /* used by jump_fast */ argument
288 struct ip_fw *next; /* linked list of deleted rules */ argument
297 struct ip_fw **map; /* array of rule ptrs to ease lookup */ argument
/freebsd/sys/netinet/
H A Dip_fw.h666 struct ip_fw { struct
667 struct ip_fw *x_next; /* linked list of rules */ argument
668 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
671 uint16_t act_ofs; /* offset of action in 32-bit units */
672 uint16_t cmd_len; /* # of 32-bit words in cmd */
673 uint16_t rulenum; /* rule number */
674 uint8_t set; /* rule set (0..31) */
675 uint8_t _pad; /* padding */
676 uint32_t id; /* rule id */
679 uint64_t pcnt; /* Packet counter */
[all …]