OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_states
(Results
1 - 8
of
8
) sorted by relevancy
/src/dist/pf/libexec/tftp-proxy/
filter.c
304
pfr.rule.
max_states
= 1;
/src/dist/pf/usr.sbin/ftp-proxy/
filter.c
327
pfr.rule.
max_states
= 1;
/src/dist/pf/sbin/pfctl/
parse.y
136
u_int32_t
max_states
;
1764
if (r.
max_states
) {
1769
r.
max_states
= o->data.
max_states
;
1918
if (!adaptive && r.
max_states
) {
1920
(r.
max_states
/ 10) * 6;
1922
(r.
max_states
/ 10) * 12;
3144
$$->data.
max_states
= $2;
pfctl_parser.c
895
if (r->
max_states
|| r->max_src_nodes || r->max_src_states)
908
if (r->
max_states
) {
909
printf("max %u", r->
max_states
);
pfctl_optimize.c
111
PF_RULE_FIELD(
max_states
, BARRIER),
/src/sys/dist/pf/net/
if_pfsync.c
284
if (!r->
max_states
|| r->states < r->
max_states
)
pfvar.h
558
u_int32_t
max_states
;
member in struct:pf_rule
pf.c
3487
if (r->
max_states
&& (r->states >= r->
max_states
)) {
Completed in 36 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026