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.h511 struct pf_rule { struct
512 struct pf_rule_addr src; argument
513 struct pf_rule_addr dst; argument
523 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
536 TAILQ_ENTRY(pf_rule) entries; argument
537 struct pf_pool rpool;
539 u_int64_t evaluations;
540 u_int64_t packets[2];
541 u_int64_t bytes[2];
543 struct pfi_kif *kif;
[all …]