Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_optimize.c522 if (p1->por_dst_tbl->pt_rulecount >= in combine_rules()
544 if (p1->por_src_tbl->pt_rulecount >= in combine_rules()
563 if (p1->por_src_tbl && p1->por_src_tbl->pt_rulecount >= in combine_rules()
595 if (p1->por_dst_tbl && p1->por_dst_tbl->pt_rulecount >= in combine_rules()
1264 (*tbl)->pt_rulecount++; in add_opt_table()
1265 if ((*tbl)->pt_rulecount == TABLE_THRESHOLD) in add_opt_table()
Dpfctl_parser.h172 int pt_rulecount; member