Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpfvar.h662 struct pf_rule { struct
663 struct pf_rule_addr src; argument
664 struct pf_rule_addr dst; argument
674 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
687 TAILQ_ENTRY(pf_rule) entries; argument
689 u_int32_t _pad[2];
691 struct pf_pool rpool;
693 u_int64_t evaluations;
694 u_int64_t packets[2];
695 u_int64_t bytes[2];
[all …]