Searched refs:PF_RULESET_SCRUB (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
H A Dpf_ruleset.c105 return (PF_RULESET_SCRUB);
H A Dpfctl.c414 if (pfctl_add_trans(&t, PF_RULESET_SCRUB, anchorname) ||
1427 if (pfctl_add_trans(pf->trans, PF_RULESET_SCRUB, path) ||
1662 (pfctl_load_ruleset(&pf, path, rs, PF_RULESET_SCRUB, 0))) ||
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h53 enum { PF_RULESET_SCRUB, PF_RULESET_FILTER, PF_RULESET_NAT, enumerator in enum:__anon15443
H A Dpf_ruleset.c95 return (PF_RULESET_SCRUB);
H A Dpf_norm.c1040 r = TAILQ_FIRST(pf_main_ruleset.rules[PF_RULESET_SCRUB].active.ptr);
1183 r = TAILQ_FIRST(pf_main_ruleset.rules[PF_RULESET_SCRUB].active.ptr);
1337 r = TAILQ_FIRST(pf_main_ruleset.rules[PF_RULESET_SCRUB].active.ptr);
H A Dpf_ioctl.c1149 /* XXX PF_RULESET_SCRUB as well? */
1150 if (rs_cnt == PF_RULESET_SCRUB)
5124 if ((error = pf_begin_rules(&t[0], PF_RULESET_SCRUB, &nn))
5151 pf_commit_rules(t[0], PF_RULESET_SCRUB, &nn);

Completed in 195 milliseconds