Searched refs:allow_opts (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 584 u_int8_t allow_opts; member
|
H A D | pf_nv.c | 618 PFNV_CHK(pf_nvuint8(nvl, "allow_opts", &rule->allow_opts)); in pf_nvrule_to_krule() 802 nvlist_add_number(nvl, "allow_opts", rule->allow_opts); in pf_krule_to_nvrule()
|
H A D | pf_nl.c | 733 { .type = PF_RT_ALLOW_OPTS, .off = _OUT(allow_opts), .cb = nlattr_get_uint8 }, 977 nlattr_add_u8(nw, PF_RT_ALLOW_OPTS, rule->allow_opts); in pf_handle_getrule()
|
H A D | pf_ioctl.c | 1329 PF_MD5_UPD(rule, allow_opts); in pf_hash_rule_rolling() 2019 krule->allow_opts = rule->allow_opts; in pf_rule_to_krule()
|
H A D | pf.c | 6103 if (r->allow_opts) in pf_create_state() 10483 !((s && s->state_flags & PFSTATE_ALLOWOPTS) || r->allow_opts)) { in pf_test()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 251 uint8_t allow_opts; member
|
H A D | libpfctl.c | 791 rule->allow_opts = nvlist_get_number(nvl, "allow_opts"); in pf_nvrule_to_rule() 1277 snl_add_msg_attr_u8(nw, PF_RT_ALLOW_OPTS, r->allow_opts); in snl_add_msg_attr_pf_rule() 1639 { .type = PF_RT_ALLOW_OPTS, .off = _OUT(r.allow_opts), .cb = snl_attr_get_uint8 },
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 5988 struct allow_opts { struct 6097 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) in parse_allow_args() 6300 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) in construct_fsacl_list() 6585 struct allow_opts opts = { 0 }; in zfs_do_allow_unallow_impl()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 130 PF_RULE_FIELD(allow_opts, BREAK),
|
H A D | pfctl_parser.c | 1158 if (r->allow_opts) in print_rule()
|
H A D | parse.y | 2719 r.allow_opts = $9.allowopts; 5482 if (r->allow_opts && r->action != PF_PASS) { in filter_consistent()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 871 u_int8_t allow_opts; member
|