Home
last modified time | relevance | path

Searched refs:PF_NOSCRUB (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dist/pf/net/
H A Dpf_ruleset.c118 case PF_NOSCRUB: in pf_get_ruleset_number()
H A Dpf_norm.c893 if (r == NULL || r->action == PF_NOSCRUB)
1138 if (r == NULL || r->action == PF_NOSCRUB)
1316 if (rm == NULL || rm->action == PF_NOSCRUB)
H A Dpfvar.h77 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
/netbsd/dist/pf/sbin/pfctl/
H A Dparse.y899 $$.b1 = PF_NOSCRUB;
4040 case PF_NOSCRUB: in rule_consistent()