Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_fw.h556 struct _ipfw_dyn_rule { struct
557 ipfw_dyn_rule *next; /* linked list of rules. */
558 struct ip_fw *rule; /* pointer to rule */
561 ipfw_dyn_rule *parent; /* pointer to parent rule */
562 u_int64_t pcnt; /* packet match counter */
563 u_int64_t bcnt; /* byte match counter */
564 struct ipfw_flow_id id; /* (masked) flow id */
565 u_int32_t expire; /* expire time */
566 u_int32_t bucket; /* which bucket in hash table */
567 u_int32_t state; /* state of this rule (typically a
[all …]