Lines Matching refs:pt_buf
359 pfr_buf_clear(por->por_src_tbl->pt_buf); in pfctl_optimize_ruleset()
360 free(por->por_src_tbl->pt_buf); in pfctl_optimize_ruleset()
364 pfr_buf_clear(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
365 free(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
610 pfr_buf_clear(p1->por_src_tbl->pt_buf); in combine_rules()
611 free(p1->por_src_tbl->pt_buf); in combine_rules()
612 p1->por_src_tbl->pt_buf = NULL; in combine_rules()
641 pfr_buf_clear(p1->por_dst_tbl->pt_buf); in combine_rules()
642 free(p1->por_dst_tbl->pt_buf); in combine_rules()
643 p1->por_dst_tbl->pt_buf = NULL; in combine_rules()
1249 ((*tbl)->pt_buf = calloc(1, sizeof(*(*tbl)->pt_buf))) == in add_opt_table()
1252 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS; in add_opt_table()
1271 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1340 pf->astack[0]->name, tbl->pt_buf, pf->astack[0]->ruleset.tticket)) { in pf_opt_create_table()
1661 if (por->por_src_tbl->pt_buf) { in superblock_free()
1662 pfr_buf_clear(por->por_src_tbl->pt_buf); in superblock_free()
1663 free(por->por_src_tbl->pt_buf); in superblock_free()
1668 if (por->por_dst_tbl->pt_buf) { in superblock_free()
1669 pfr_buf_clear(por->por_dst_tbl->pt_buf); in superblock_free()
1670 free(por->por_dst_tbl->pt_buf); in superblock_free()