Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c1092 int rs_cnt; in pf_setup_pfsync_matching() local
1096 for (rs_cnt = 0; rs_cnt < PF_RULESET_MAX; rs_cnt++) { in pf_setup_pfsync_matching()
1098 if (rs_cnt == PF_RULESET_SCRUB) in pf_setup_pfsync_matching()
1101 if (rs->rules[rs_cnt].inactive.ptr_array) in pf_setup_pfsync_matching()
1102 free(rs->rules[rs_cnt].inactive.ptr_array, M_TEMP); in pf_setup_pfsync_matching()
1103 rs->rules[rs_cnt].inactive.ptr_array = NULL; in pf_setup_pfsync_matching()
1105 if (rs->rules[rs_cnt].inactive.rcount) { in pf_setup_pfsync_matching()
1106 rs->rules[rs_cnt].inactive.ptr_array = in pf_setup_pfsync_matching()
1108 rs->rules[rs_cnt].inactive.rcount, in pf_setup_pfsync_matching()
1111 if (!rs->rules[rs_cnt].inactive.ptr_array) in pf_setup_pfsync_matching()
[all …]