Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c449 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_clear_interface_flags()
1709 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1875 if ((pf->opts & PF_OPT_NOACTION) == 0 && in pfctl_load_eth_ruleset()
1939 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_load_eth_rule()
1975 if ((pf->opts & PF_OPT_NOACTION) == 0 && in pfctl_load_ruleset()
2033 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_load_rule()
2053 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_load_rule()
2054 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_load_rule()
2098 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_altq()
2202 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_rules()
[all …]
H A Dpfctl_table.c80 if ((!(opts & PF_OPT_NOACTION) || \
90 if ((!(opts & PF_OPT_NOACTION) || \
100 if (opts & PF_OPT_NOACTION) \
140 if (opts & PF_OPT_NOACTION) in pfctl_table()
628 else if (opts & PF_OPT_NOACTION) in print_iface()
H A Dpfctl_parser.h44 #define PF_OPT_NOACTION 0x0008 macro
H A Dpfctl_osfp.c110 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_file_fingerprints()
641 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp)) in add_fingerprint()
H A Dpfctl_optimize.c576 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
608 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
H A Dparse.y5584 if (!(pf->opts & PF_OPT_NOACTION) && in process_tabledef()