Home
last modified time | relevance | path

Searched refs:por_dst_tbl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c347 if (por->por_dst_tbl) { in pfctl_optimize_ruleset()
348 pfr_buf_clear(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
349 free(por->por_dst_tbl->pt_buf); in pfctl_optimize_ruleset()
350 free(por->por_dst_tbl); in pfctl_optimize_ruleset()
510 p2->por_dst_tbl == NULL && in combine_rules()
517 if (p1->por_dst_tbl == NULL && in combine_rules()
518 add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
521 if (add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
524 p2->por_dst_tbl = p1->por_dst_tbl; in combine_rules()
525 if (p1->por_dst_tbl->pt_rulecount >= in combine_rules()
[all …]
H A Dpfctl_parser.h269 struct pf_opt_tbl *por_dst_tbl; member