Searched refs:allow_opts (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.h127 u_int8_t allow_opts; member in struct:pfctl_rule
H A Dlibpfctl.c399 rule->allow_opts = nvlist_get_number(nvl, "allow_opts");
503 nvlist_add_number(nvlr, "allow_opts", r->allow_opts);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h530 u_int8_t allow_opts; member in struct:pf_rule
H A Dpf_nv.c590 PFNV_CHK(pf_nvuint8(nvl, "allow_opts", &rule->allow_opts));
769 nvlist_add_number(nvl, "allow_opts", rule->allow_opts);
H A Dpf_ioctl.c1038 PF_MD5_UPD(rule, allow_opts);
1641 rule->allow_opts = krule->allow_opts;
1751 krule->allow_opts = rule->allow_opts;
H A Dpf.c3759 if (r->allow_opts)
6142 !((s && s->state_flags & PFSTATE_ALLOWOPTS) || r->allow_opts)) {
6590 !((s && s->state_flags & PFSTATE_ALLOWOPTS) || r->allow_opts)) {
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c133 PF_RULE_FIELD(allow_opts, BREAK),
H A Dpfctl_parser.c1014 if (r->allow_opts)
H A Dparse.y2355 r.allow_opts = $9.allowopts;
4740 if (r->allow_opts && r->action != PF_PASS) {
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5612 struct allow_opts { struct
5721 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts)
5924 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp)
6207 struct allow_opts opts = { 0 };
/freebsd-13-stable/sys/net/
H A Dpfvar.h399 u_int8_t allow_opts; member in struct:pf_krule

Completed in 281 milliseconds