Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.h494 struct pf_rule { struct
495 struct pf_rule_addr src; argument
496 struct pf_rule_addr dst; argument
506 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
519 TAILQ_ENTRY(pf_rule) entries; argument
520 struct pf_pool rpool;
522 u_int64_t evaluations;
523 u_int64_t packets[2];
524 u_int64_t bytes[2];
526 struct pfi_kif *kif;
[all …]