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

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c350 if (por->por_dst_tbl) {
351 pfr_buf_clear(por->por_dst_tbl->pt_buf);
352 free(por->por_dst_tbl->pt_buf);
353 free(por->por_dst_tbl);
513 p2->por_dst_tbl == NULL &&
520 if (p1->por_dst_tbl == NULL &&
521 add_opt_table(pf, &p1->por_dst_tbl,
524 if (add_opt_table(pf, &p1->por_dst_tbl,
527 p2->por_dst_tbl = p1->por_dst_tbl;
[all...]
H A Dpfctl_parser.h248 struct pf_opt_tbl *por_dst_tbl; member in struct:pf_opt_rule

Completed in 103 milliseconds