Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c245 void pf_opt_table_unref(struct pf_opt_tbl *);
353 pf_opt_table_unref(por->por_src_tbl); in pfctl_optimize_ruleset()
354 pf_opt_table_unref(por->por_dst_tbl); in pfctl_optimize_ruleset()
365 pf_opt_table_unref(por->por_src_tbl); in pfctl_optimize_ruleset()
366 pf_opt_table_unref(por->por_dst_tbl); in pfctl_optimize_ruleset()
1654 pf_opt_table_unref(por->por_src_tbl); in superblock_free()
1655 pf_opt_table_unref(por->por_dst_tbl); in superblock_free()
1674 pf_opt_table_unref(struct pf_opt_tbl *pt) in pf_opt_table_unref() function