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 - 2
of
2
) 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
...]
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 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025