Lines Matching refs:pt_buf
340 pfr_buf_clear(por->por_src_tbl->pt_buf);
341 free(por->por_src_tbl->pt_buf);
345 pfr_buf_clear(por->por_dst_tbl->pt_buf);
346 free(por->por_dst_tbl->pt_buf);
591 pfr_buf_clear(p1->por_src_tbl->pt_buf);
592 free(p1->por_src_tbl->pt_buf);
593 p1->por_src_tbl->pt_buf = NULL;
622 pfr_buf_clear(p1->por_dst_tbl->pt_buf);
623 free(p1->por_dst_tbl->pt_buf);
624 p1->por_dst_tbl->pt_buf = NULL;
1227 ((*tbl)->pt_buf = calloc(1, sizeof(*(*tbl)->pt_buf))) ==
1230 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS;
1249 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) {
1318 pf->anchor->name, tbl->pt_buf, pf->anchor->ruleset.tticket)) {
1628 if (por->por_src_tbl->pt_buf) {
1629 pfr_buf_clear(por->por_src_tbl->pt_buf);
1630 free(por->por_src_tbl->pt_buf);
1635 if (por->por_dst_tbl->pt_buf) {
1636 pfr_buf_clear(por->por_dst_tbl->pt_buf);
1637 free(por->por_dst_tbl->pt_buf);