Lines Matching refs:pfctl_rule

374 int		 rule_consistent(struct pfctl_rule *, int);
375 int filter_consistent(struct pfctl_rule *, int);
376 int nat_consistent(struct pfctl_rule *);
377 int rdr_consistent(struct pfctl_rule *);
387 struct pfctl_rule *);
393 int apply_rdr_ports(struct pfctl_rule *r, struct pfctl_pool *, struct redirspec *);
396 int check_binat_redirspec(struct node_host *, struct pfctl_rule *, sa_family_t);
397 void add_binat_rdr_rule(struct pfctl_rule *, struct redirspec *,
398 struct node_host *, struct pfctl_rule *, struct redirspec **,
400 void expand_rule(struct pfctl_rule *, bool, struct node_if *,
416 int rule_label(struct pfctl_rule *, char *s[PF_RULE_MAX_LABEL_COUNT]);
428 int filteropts_to_rule(struct pfctl_rule *, struct filter_opts *);
991 struct pfctl_rule r;
1079 struct pfctl_rule r;
1101 struct pfctl_rule r;
1144 struct pfctl_rule r;
1411 struct pfctl_rule r;
1570 struct pfctl_rule r;
2352 struct pfctl_rule r;
4763 struct pfctl_rule r;
4854 struct pfctl_rule binat;
5260 rule_consistent(struct pfctl_rule *r, int anchor_call) in rule_consistent()
5289 filter_consistent(struct pfctl_rule *r, int anchor_call) in filter_consistent()
5408 nat_consistent(struct pfctl_rule *r) in nat_consistent()
5414 rdr_consistent(struct pfctl_rule *r) in rdr_consistent()
5679 struct pfctl_rule *r) in expand_label_nr()
5690 expand_label(char *label, size_t len, struct pfctl_rule *r) in expand_label()
6038 apply_rdr_ports(struct pfctl_rule *r, struct pfctl_pool *rpool, struct redirspec *rs) in apply_rdr_ports()
6177 check_binat_redirspec(struct node_host *src_host, struct pfctl_rule *r, in check_binat_redirspec()
6244 struct pfctl_rule *binat_rule, in add_binat_rdr_rule()
6246 struct pfctl_rule *rdr_rule, struct redirspec **rdr_redirspec, in add_binat_rdr_rule()
6255 bcopy(binat_rule, rdr_rule, sizeof(struct pfctl_rule)); in add_binat_rdr_rule()
6285 expand_rule(struct pfctl_rule *r, bool keeprule, in expand_rule()
6469 struct pfctl_rule rdr_rule; in expand_rule()
7241 struct pfctl_rule *r; in mv_rules()
7379 rule_label(struct pfctl_rule *r, char *s[PF_RULE_MAX_LABEL_COUNT]) in rule_label()
7629 filteropts_to_rule(struct pfctl_rule *r, struct filter_opts *opts) in filteropts_to_rule()