Symbol: PF_OPT_NOACTION
dist/pf/sbin/pfctl/parse.y
4177
if (!(pf->opts & PF_OPT_NOACTION) &&
dist/pf/sbin/pfctl/pfctl.c
1114
if ((pf->opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1122
if ((pf->opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1227
if ((pf->opts & PF_OPT_NOACTION) == 0 &&
dist/pf/sbin/pfctl/pfctl.c
1277
if ((pf->opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl.c
1296
if ((pf->opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1324
if ((pf->opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1405
if ((opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1422
if ((opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl.c
1437
if ((opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl.c
1457
if (trans == NULL && (opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
1468
if ((opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl.c
1809
if ((pf->opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl.c
1845
if ((pf->opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
2021
opts |= PF_OPT_NOACTION;
dist/pf/sbin/pfctl/pfctl.c
2135
if ((opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl.c
2310
if (rulesopt != NULL && !(opts & (PF_OPT_MERGE|PF_OPT_NOACTION)) &&
dist/pf/sbin/pfctl/pfctl.c
2322
else if (!(opts & PF_OPT_NOACTION) &&
dist/pf/sbin/pfctl/pfctl.c
294
if ((opts & PF_OPT_NOACTION) == 0) {
dist/pf/sbin/pfctl/pfctl_optimize.c
573
if ((pf->opts & PF_OPT_NOACTION) == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
605
if ((pf->opts & PF_OPT_NOACTION) == 0 &&
dist/pf/sbin/pfctl/pfctl_osfp.c
111
if ((opts & PF_OPT_NOACTION) == 0)
dist/pf/sbin/pfctl/pfctl_osfp.c
642
if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp))
dist/pf/sbin/pfctl/pfctl_table.c
138
if (opts & PF_OPT_NOACTION)
dist/pf/sbin/pfctl/pfctl_table.c
565
else if (opts & PF_OPT_NOACTION)
dist/pf/sbin/pfctl/pfctl_table.c
78
if ((!(opts & PF_OPT_NOACTION) || \
dist/pf/sbin/pfctl/pfctl_table.c
88
if ((!(opts & PF_OPT_NOACTION) || \
dist/pf/sbin/pfctl/pfctl_table.c
98
if (opts & PF_OPT_NOACTION) \