Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpf_ruleset.c116 case PF_NOSCRUB: in pf_get_ruleset_number()
H A Dpf_norm.c902 if (r == NULL || r->action == PF_NOSCRUB) in pf_normalize_ip()
1157 if (r == NULL || r->action == PF_NOSCRUB) in pf_normalize_ip6()
1335 if (rm == NULL || rm->action == PF_NOSCRUB) in pf_normalize_tcp()
H A Dpfvar.h86 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator
/dragonfly/usr.sbin/pfctl/
H A Dparse.y1031 $$.b1 = PF_NOSCRUB;
4441 case PF_NOSCRUB: in rule_consistent()