Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_optimize.c207 int add_opt_table(struct pfctl *, struct pf_opt_tbl **, sa_family_t,
516 add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
519 if (add_opt_table(pf, &p1->por_dst_tbl, in combine_rules()
538 add_opt_table(pf, &p1->por_src_tbl, in combine_rules()
541 if (add_opt_table(pf, &p1->por_src_tbl, in combine_rules()
1216 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, in add_opt_table() function