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.h488 struct pf_rule { struct
489 struct pf_rule_addr src; argument
490 struct pf_rule_addr dst; argument
500 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
513 TAILQ_ENTRY(pf_rule) entries; argument
514 struct pf_pool rpool;
516 u_int64_t evaluations;
517 u_int64_t packets[2];
518 u_int64_t bytes[2];
520 struct pfi_kif *kif;
[all …]