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.h486 struct pf_rule { struct
487 struct pf_rule_addr src; argument
488 struct pf_rule_addr dst; argument
498 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
511 TAILQ_ENTRY(pf_rule) entries; argument
512 struct pf_pool rpool;
514 u_int64_t evaluations;
515 u_int64_t packets[2];
516 u_int64_t bytes[2];
518 struct pfi_kif *kif;
[all …]