Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_optimize.c525 if (p1->por_dst_tbl->pt_rulecount >= in combine_rules()
547 if (p1->por_src_tbl->pt_rulecount >= in combine_rules()
566 if (p1->por_src_tbl && p1->por_src_tbl->pt_rulecount >= in combine_rules()
598 if (p1->por_dst_tbl && p1->por_dst_tbl->pt_rulecount >= in combine_rules()
1267 (*tbl)->pt_rulecount++; in add_opt_table()
1268 if ((*tbl)->pt_rulecount == TABLE_THRESHOLD) in add_opt_table()
H A Dpfctl_parser.h258 int pt_rulecount; member