Home
last modified time | relevance | path

Searched refs:PF_OPT_NOACTION (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
HDpfctl.c437 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_clear_interface_flags()
1499 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1507 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1613 if ((pf->opts & PF_OPT_NOACTION) == 0 && in pfctl_load_ruleset()
1669 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_load_rule()
1688 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_load_rule()
1713 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_altq()
1794 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_rules()
1811 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1828 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
[all …]
HDpfctl_table.c81 if ((!(opts & PF_OPT_NOACTION) || \
91 if ((!(opts & PF_OPT_NOACTION) || \
101 if (opts & PF_OPT_NOACTION) \
141 if (opts & PF_OPT_NOACTION) in pfctl_table()
629 else if (opts & PF_OPT_NOACTION) in xprintf()
HDpfctl_parser.h44 #define PF_OPT_NOACTION 0x0008 macro
HDpfctl_osfp.c111 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_file_fingerprints()
642 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp)) in add_fingerprint()
HDpfctl_optimize.c577 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
609 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
HDparse.y4937 if (!(pf->opts & PF_OPT_NOACTION) && in process_tabledef()