Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dpfvar.h673 struct pf_rule { struct
674 struct pf_rule_addr src; argument
675 struct pf_rule_addr dst; argument
685 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
698 TAILQ_ENTRY(pf_rule) entries; argument
700 u_int32_t _pad[2];
702 struct pf_pool rpool;
704 u_int64_t evaluations;
705 u_int64_t packets[2];
706 u_int64_t bytes[2];
[all …]