Lines Matching refs:por_dst_tbl
344 if (por->por_dst_tbl) {
345 pfr_buf_clear(por->por_dst_tbl->pt_buf);
346 free(por->por_dst_tbl->pt_buf);
347 free(por->por_dst_tbl);
507 p2->por_dst_tbl == NULL &&
514 if (p1->por_dst_tbl == NULL &&
515 add_opt_table(pf, &p1->por_dst_tbl,
518 if (add_opt_table(pf, &p1->por_dst_tbl,
521 p2->por_dst_tbl = p1->por_dst_tbl;
522 if (p1->por_dst_tbl->pt_rulecount >=
528 } else if (!src_eq && dst_eq && p1->por_dst_tbl == NULL
530 p2->por_dst_tbl == NULL &&
561 assert(p1->por_src_tbl == NULL || p1->por_dst_tbl == NULL);
595 if (p1->por_dst_tbl && p1->por_dst_tbl->pt_rulecount >=
597 if (p1->por_dst_tbl->pt_generated) {
603 p1->por_dst_tbl->pt_generated = 1;
606 pf_opt_create_table(pf, p1->por_dst_tbl))
611 print_tabledef(p1->por_dst_tbl->pt_name,
613 &p1->por_dst_tbl->pt_nodes);
619 p1->por_dst_tbl->pt_name,
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;
1634 if (por->por_dst_tbl) {
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);
1639 free(por->por_dst_tbl);