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.c539 if (p1->por_dst_tbl->pt_rulecount >= in combine_rules()
563 if (p1->por_src_tbl->pt_rulecount >= in combine_rules()
585 if (p1->por_src_tbl && p1->por_src_tbl->pt_rulecount >= in combine_rules()
617 if (p1->por_dst_tbl && p1->por_dst_tbl->pt_rulecount >= in combine_rules()
1280 (*tbl)->pt_rulecount++; in add_opt_table()
1281 if ((*tbl)->pt_rulecount == TABLE_THRESHOLD) in add_opt_table()
H A Dpfctl_parser.h286 int pt_rulecount; member