Lines Matching defs:pf_rule
517 struct pf_rule { struct
518 struct pf_rule_addr src; argument
519 struct pf_rule_addr dst; argument
529 union pf_rule_ptr skip[PF_SKIP_COUNT]; argument
542 TAILQ_ENTRY(pf_rule) entries; argument
543 struct pf_pool rpool;
545 u_int64_t evaluations;
546 u_int64_t packets[2];
547 u_int64_t bytes[2];
549 struct pfi_kif *kif;
550 struct pf_anchor *anchor;
551 struct pfr_ktable *overload_tbl;
553 pf_osfp_t os_fingerprint;
555 int rtableid;
556 u_int32_t timeout[PFTM_MAX];
557 u_int32_t states;
581 struct pf_rule_uid uid; argument
582 struct pf_rule_gid gid; argument
584 u_int32_t rule_flag;
585 u_int8_t action;
586 u_int8_t direction;
587 u_int8_t log;
588 u_int8_t logif;
589 u_int8_t quick;
590 u_int8_t ifnot;
591 u_int8_t match_tag_not;
592 u_int8_t natpass;
597 u_int8_t keep_state;
598 sa_family_t af;
599 u_int8_t proto;
600 u_int8_t type;
601 u_int8_t code;
602 u_int8_t flags;
603 u_int8_t flagset;
604 u_int8_t min_ttl;
605 u_int8_t allow_opts;
606 u_int8_t rt;
607 u_int8_t return_ttl;
608 u_int8_t tos;
609 u_int8_t anchor_relative;
610 u_int8_t anchor_wildcard;
614 u_int8_t flush;