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

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.h47 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT, enumerator in enum:__anon12804
H A Dpf_ruleset.c120 case PF_NOSCRUB:
H A Dpf_norm.c846 if (r == NULL || r->action == PF_NOSCRUB)
989 if (r == NULL || r->action == PF_NOSCRUB)
1175 if (rm == NULL || rm->action == PF_NOSCRUB)
/freebsd-11.0-release/sbin/pfctl/
H A Dparse.y1053 $$.b1 = PF_NOSCRUB;
4586 case PF_NOSCRUB:

Completed in 119 milliseconds