Searched refs:rs_cnt (Results 1 – 1 of 1) sorted by relevance
1389 int rs_cnt; in pf_setup_pfsync_matching() local1393 for (rs_cnt = 0; rs_cnt < PF_RULESET_MAX; rs_cnt++) { in pf_setup_pfsync_matching()1395 if (rs_cnt == PF_RULESET_SCRUB) { in pf_setup_pfsync_matching()1399 rs->rules[rs_cnt].inactive.ptr_array = krealloc_type(struct pf_rule *, in pf_setup_pfsync_matching()1400 rs->rules[rs_cnt].inactive.rsize, rs->rules[rs_cnt].inactive.rcount, in pf_setup_pfsync_matching()1401 rs->rules[rs_cnt].inactive.ptr_array, Z_WAITOK | Z_REALLOCF); in pf_setup_pfsync_matching()1402 rs->rules[rs_cnt].inactive.rsize = in pf_setup_pfsync_matching()1403 rs->rules[rs_cnt].inactive.rcount; in pf_setup_pfsync_matching()1405 if (rs->rules[rs_cnt].inactive.rcount && in pf_setup_pfsync_matching()1406 !rs->rules[rs_cnt].inactive.ptr_array) { in pf_setup_pfsync_matching()[all …]