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.h504 struct pf_rule { struct
505 struct pf_rule_addr src; argument
506 struct pf_rule_addr dst; argument
516 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
529 TAILQ_ENTRY(pf_rule) entries; argument
530 struct pf_pool rpool;
532 u_int64_t evaluations;
533 u_int64_t packets[2];
534 u_int64_t bytes[2];
536 struct pfi_kif *kif;
[all …]