Searched refs:allow_opts (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.h | 602 u_int8_t allow_opts; member
|
| H A D | pf_nv.c | 621 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 D | pf_nl.c | 792 { .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 D | pf_ioctl.c | 1482 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 D | pf.c | 5325 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 D | libpfctl.h | 279 uint8_t allow_opts; member
|
| H A D | libpfctl.c | 801 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 D | pfvar.h | 685 uint8_t allow_opts; member 886 u_int8_t allow_opts; member
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 5980 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 D | pfctl_optimize.c | 130 PF_RULE_FIELD(allow_opts, BREAK),
|
| H A D | pfctl_parser.c | 1250 if (r->allow_opts) in print_rule()
|
| H A D | parse.y | 5816 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()
|