HomeSort by: relevance | last modified time | path
    Searched refs:PF_NOSCRUB (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dist/pf/net/
pf_ruleset.c 118 case PF_NOSCRUB:
pf_norm.c 893 if (r == NULL || r->action == PF_NOSCRUB)
1140 if (r == NULL || r->action == PF_NOSCRUB)
1318 if (rm == NULL || rm->action == PF_NOSCRUB)
pfvar.h 77 enum { PF_PASS, PF_DROP, PF_SCRUB, PF_NOSCRUB, PF_NAT, PF_NONAT,
  /src/dist/pf/sbin/pfctl/
parse.y 899 $$.b1 = PF_NOSCRUB;
4040 case PF_NOSCRUB:

Completed in 18 milliseconds