Searched refs:por_dst_tbl (Results 1 – 2 of 2) sorted by relevance
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()[all …]
269 struct pf_opt_tbl *por_dst_tbl; member