Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dpflog.h84 #define PF_SCRUB 2 macro
H A Dprint-pflog.c66 { PF_SCRUB, "scrub" },
/freebsd-14.2/contrib/libpcap/
H A Dpflog.h84 #define PF_SCRUB 2 macro
H A Dgrammar.y.in311 { PF_SCRUB, "scrub" },
/freebsd-14.2/sys/netpfil/pf/
H A Dpf.h50 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
H A Dpf_ruleset.c108 case PF_SCRUB: in pf_get_ruleset_number()
/freebsd-14.2/sbin/pfctl/
H A Dpf_ruleset.c103 case PF_SCRUB: in pf_get_ruleset_number()
H A Dpfctl.c1282 ret = pfctl_get_rules_info(dev, &ri, PF_SCRUB, path); in pfctl_show_rules()
1295 if (pfctl_get_clear_rule(dev, nr, ri.ticket, path, PF_SCRUB, in pfctl_show_rules()
1302 nr, ri.ticket, PF_SCRUB, path) != 0) in pfctl_show_rules()
H A Dpfctl_parser.c1148 if (r->action == PF_SCRUB) { in print_rule()
H A Dparse.y1215 $$.b1 = PF_SCRUB;
5265 case PF_SCRUB: in rule_consistent()