Home | History | Annotate | Download | only in pfctl

Lines Matching refs:pfctl

40 #include "pfctl.h"
206 int add_opt_table(struct pfctl *, struct pf_opt_tbl **, sa_family_t,
210 int block_feedback(struct pfctl *, struct superblock *);
211 int combine_rules(struct pfctl *, struct superblock *);
213 int construct_superblocks(struct pfctl *, struct pf_opt_queue *,
217 int load_feedback_profile(struct pfctl *, struct superblocks *);
218 int optimize_superblock(struct pfctl *, struct superblock *);
219 int pf_opt_create_table(struct pfctl *, struct pf_opt_tbl *);
222 int remove_identical_rules(struct pfctl *, struct superblock *);
223 int reorder_rules(struct pfctl *, struct superblock *, int);
238 void superblock_free(struct pfctl *, struct superblock *);
259 pfctl_optimize_ruleset(struct pfctl *pf, struct pf_ruleset *rs)
279 * XXX expanding the pf_opt_rule format throughout pfctl might allow
363 optimize_superblock(struct pfctl *pf, struct superblock *block)
444 remove_identical_rules(struct pfctl *pf, struct superblock *block)
486 combine_rules(struct pfctl *pf, struct superblock *block)
636 reorder_rules(struct pfctl *pf, struct superblock *block, int depth)
810 block_feedback(struct pfctl *pf, struct superblock *block)
874 load_feedback_profile(struct pfctl *pf, struct superblocks *superblocks)
1209 errx(1, "Need to add skip step comparitor to pfctl?!");
1216 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af,
1277 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl)
1329 construct_superblocks(struct pfctl *pf, struct pf_opt_queue *opt_queue,
1622 superblock_free(struct pfctl *pf, struct superblock *block)