Home
last modified time | relevance | path

Searched refs:PF_SCRUB (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-pflog.c66 { PF_SCRUB, "scrub" },
/freebsd-13.1/sbin/pfctl/
H A Dpf_ruleset.c103 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpfctl.c1065 pr.rule.action = PF_SCRUB; in pfctl_show_rules()
1080 if (pfctl_get_clear_rule(dev, nr, pr.ticket, path, PF_SCRUB, in pfctl_show_rules()
1087 nr, pr.ticket, PF_SCRUB, path) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c1013 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y1147 $$.b1 = PF_SCRUB;
4762 case PF_SCRUB: in rule_consistent()
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_ruleset.c93 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpf.h51 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator