Lines Matching defs:_ipfw_dyn_rule
791 typedef struct _ipfw_dyn_rule { struct
792 struct ipfw_flow_id id; /* (masked) flow id */
793 uint8_t set;
794 uint8_t type; /* rule type */
795 uint16_t pad;
796 uint32_t expire; /* expire time */
797 uint32_t rulenum; /* parent's rule number */
798 uint32_t kidx; /* index of named object */
799 uint64_t pcnt; /* packet match counter */
800 uint64_t bcnt; /* byte match counter */
801 uint32_t hashval; /* hash value */
802 union {
808 uint32_t ack_fwd; /* most recent ACKs in forward */
809 uint32_t ack_rev; /* and reverse directions (used */