Lines Matching refs:pt_buf
344 pfr_buf_clear(por->por_src_tbl->pt_buf); in pfctl_optimize_ruleset()
345 free(por->por_src_tbl->pt_buf); in pfctl_optimize_ruleset()
349 pfr_buf_clear(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
350 free(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
595 pfr_buf_clear(p1->por_src_tbl->pt_buf); in combine_rules()
596 free(p1->por_src_tbl->pt_buf); in combine_rules()
597 p1->por_src_tbl->pt_buf = NULL; in combine_rules()
626 pfr_buf_clear(p1->por_dst_tbl->pt_buf); in combine_rules()
627 free(p1->por_dst_tbl->pt_buf); in combine_rules()
628 p1->por_dst_tbl->pt_buf = NULL; in combine_rules()
1231 ((*tbl)->pt_buf = calloc(1, sizeof(*(*tbl)->pt_buf))) == in add_opt_table()
1234 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS; in add_opt_table()
1253 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1322 pf->astack[0]->name, tbl->pt_buf, pf->astack[0]->ruleset.tticket)) { in pf_opt_create_table()
1643 if (por->por_src_tbl->pt_buf) { in superblock_free()
1644 pfr_buf_clear(por->por_src_tbl->pt_buf); in superblock_free()
1645 free(por->por_src_tbl->pt_buf); in superblock_free()
1650 if (por->por_dst_tbl->pt_buf) { in superblock_free()
1651 pfr_buf_clear(por->por_dst_tbl->pt_buf); in superblock_free()
1652 free(por->por_dst_tbl->pt_buf); in superblock_free()