Lines Matching refs:por_dst_tbl
363 if (por->por_dst_tbl) { 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()
366 free(por->por_dst_tbl); in pfctl_optimize_ruleset()
526 p2->por_dst_tbl == NULL && in combine_rules()
533 if (p1->por_dst_tbl == NULL && in combine_rules()
534 add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
537 if (add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
540 p2->por_dst_tbl = p1->por_dst_tbl; in combine_rules()
541 if (p1->por_dst_tbl->pt_rulecount >= in combine_rules()
547 } else if (!src_eq && dst_eq && p1->por_dst_tbl == NULL in combine_rules()
549 p2->por_dst_tbl == NULL && in combine_rules()
580 assert(p1->por_src_tbl == NULL || p1->por_dst_tbl == NULL); in combine_rules()
614 if (p1->por_dst_tbl && p1->por_dst_tbl->pt_rulecount >= in combine_rules()
616 if (p1->por_dst_tbl->pt_generated) { in combine_rules()
622 p1->por_dst_tbl->pt_generated = 1; in combine_rules()
625 pf_opt_create_table(pf, p1->por_dst_tbl)) in combine_rules()
630 print_tabledef(p1->por_dst_tbl->pt_name, in combine_rules()
632 &p1->por_dst_tbl->pt_nodes); in combine_rules()
638 p1->por_dst_tbl->pt_name, 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()
1667 if (por->por_dst_tbl) { 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()
1672 free(por->por_dst_tbl); in superblock_free()