Home
last modified time | relevance | path

Searched refs:allow_opts (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf.h602 u_int8_t allow_opts; member
H A Dpf_nv.c621 PFNV_CHK(pf_nvuint8(nvl, "allow_opts", &rule->allow_opts)); in pf_nvrule_to_krule()
805 nvlist_add_number(nvl, "allow_opts", rule->allow_opts); in pf_krule_to_nvrule()
H A Dpf_nl.c792 { .type = PF_RT_ALLOW_OPTS, .off = _OUT(allow_opts), .cb = nlattr_get_uint8 },
979 nlattr_add_u8(nw, PF_RT_ALLOW_OPTS, rule->allow_opts); in nlattr_add_rule()
H A Dpf_ioctl.c1482 PF_MD5_UPD(rule, allow_opts); in pf_hash_rule_rolling()
2920 krule->allow_opts = rule->allow_opts; in pf_rule_to_krule()
H A Dpf.c5325 if (r->allow_opts) in pf_rule_to_actions()
5326 a->allow_opts = r->allow_opts; in pf_rule_to_actions()
6698 if (pd->act.allow_opts) in pf_create_state()
11858 if (action == PF_PASS && pd.badopts != 0 && !pd.act.allow_opts) { in pf_test()
/freebsd/lib/libpfctl/
H A Dlibpfctl.h279 uint8_t allow_opts; member
H A Dlibpfctl.c801 rule->allow_opts = nvlist_get_number(nvl, "allow_opts"); in pf_nvrule_to_rule()
1302 snl_add_msg_attr_u8(nw, PF_RT_ALLOW_OPTS, r->allow_opts); in snl_add_msg_attr_pf_rule()
1678 { .type = PF_RT_ALLOW_OPTS, .off = _OUT(r.allow_opts), .cb = snl_attr_get_uint8 },
/freebsd/sys/net/
H A Dpfvar.h685 uint8_t allow_opts; member
886 u_int8_t allow_opts; member
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5980 struct allow_opts { struct
6089 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) in parse_allow_args()
6292 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) in construct_fsacl_list()
6571 struct allow_opts opts = { 0 }; in zfs_do_allow_unallow_impl()
/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c130 PF_RULE_FIELD(allow_opts, BREAK),
H A Dpfctl_parser.c1250 if (r->allow_opts) in print_rule()
H A Dparse.y5816 if (r->allow_opts && r->action != PF_PASS && r->action != PF_MATCH) { in filter_consistent()
8328 r->allow_opts = opts->allowopts; in filteropts_to_rule()