Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h517 struct pf_rule { struct
518 struct pf_rule_addr src; argument
519 struct pf_rule_addr dst; argument
529 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
542 TAILQ_ENTRY(pf_rule) entries; argument
543 struct pf_pool rpool;
545 u_int64_t evaluations;
546 u_int64_t packets[2];
547 u_int64_t bytes[2];
549 struct pfi_kif *kif;
[all …]