Searched defs:_ipfw_dyn_rule (Results 1 – 1 of 1) sorted by relevance
724 struct _ipfw_dyn_rule { struct725 ipfw_dyn_rule *next; /* linked list of rules. */726 struct ip_fw *rule; /* pointer to rule */729 ipfw_dyn_rule *parent; /* pointer to parent rule */730 u_int64_t pcnt; /* packet match counter */731 u_int64_t bcnt; /* byte match counter */732 struct ipfw_flow_id id; /* (masked) flow id */733 u_int32_t expire; /* expire time */734 u_int32_t bucket; /* which bucket in hash table */735 u_int32_t state; /* state of this rule (typically a[all …]