Home
last modified time | relevance | path

Searched refs:pf_opt_table_unref (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sbin/pfctl/
Dpfctl_optimize.c242 void pf_opt_table_unref(struct pf_opt_tbl *);
323 pf_opt_table_unref(por->por_src_tbl); in pfctl_optimize_ruleset()
324 pf_opt_table_unref(por->por_dst_tbl); in pfctl_optimize_ruleset()
335 pf_opt_table_unref(por->por_src_tbl); in pfctl_optimize_ruleset()
336 pf_opt_table_unref(por->por_dst_tbl); in pfctl_optimize_ruleset()
1602 pf_opt_table_unref(por->por_src_tbl); in superblock_free()
1603 pf_opt_table_unref(por->por_dst_tbl); in superblock_free()
1622 pf_opt_table_unref(struct pf_opt_tbl *pt) in pf_opt_table_unref() function