OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rs_cnt
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dist/pf/net/
pf_ioctl.c
1217
int
rs_cnt
;
local in function:pf_setup_pfsync_matching
1221
for (
rs_cnt
= 0;
rs_cnt
< PF_RULESET_MAX;
rs_cnt
++) {
1223
if (
rs_cnt
== PF_RULESET_SCRUB)
1226
if (rs->rules[
rs_cnt
].inactive.ptr_array)
1227
free(rs->rules[
rs_cnt
].inactive.ptr_array, M_TEMP);
1228
rs->rules[
rs_cnt
].inactive.ptr_array = NULL;
1230
if (rs->rules[
rs_cnt
].inactive.rcount) {
1231
rs->rules[
rs_cnt
].inactive.ptr_array
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025