Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf_ioctl.c1294 int rs_cnt; in pf_setup_pfsync_matching() local
1298 for (rs_cnt = 0; rs_cnt < PF_RULESET_MAX; rs_cnt++) { in pf_setup_pfsync_matching()
1300 if (rs_cnt == PF_RULESET_SCRUB) { in pf_setup_pfsync_matching()
1304 rs->rules[rs_cnt].inactive.ptr_array = krealloc_type(struct pf_rule *, in pf_setup_pfsync_matching()
1305 rs->rules[rs_cnt].inactive.rsize, rs->rules[rs_cnt].inactive.rcount, in pf_setup_pfsync_matching()
1306 rs->rules[rs_cnt].inactive.ptr_array, Z_WAITOK | Z_REALLOCF); in pf_setup_pfsync_matching()
1308 if (rs->rules[rs_cnt].inactive.rcount && in pf_setup_pfsync_matching()
1309 !rs->rules[rs_cnt].inactive.ptr_array) { in pf_setup_pfsync_matching()
1310 rs->rules[rs_cnt].inactive.rsize = 0; in pf_setup_pfsync_matching()
1313 rs->rules[rs_cnt].inactive.rsize = in pf_setup_pfsync_matching()
[all …]