Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/pf/
H A Dpfvar.h567 struct pf_rule { struct
568 struct pf_rule_addr src; argument
569 struct pf_rule_addr dst; argument
579 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
592 TAILQ_ENTRY(pf_rule) entries; argument
593 struct pf_pool rpool;
595 u_int64_t evaluations;
596 u_int64_t packets[2];
597 u_int64_t bytes[2];
599 struct pfi_kif *kif;
[all …]