OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pfrt_flags
(Results
1 - 3
of
3
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_table.c
87
table.
pfrt_flags
|= PFR_TFLAG_PERSIST; \
101
table.
pfrt_flags
&= ~PFR_TFLAG_PERSIST; \
365
if (!debug && !(ta->
pfrt_flags
& PFR_TFLAG_ACTIVE))
369
(ta->
pfrt_flags
& PFR_TFLAG_CONST) ? 'c' : '-',
370
(ta->
pfrt_flags
& PFR_TFLAG_PERSIST) ? 'p' : '-',
371
(ta->
pfrt_flags
& PFR_TFLAG_ACTIVE) ? 'a' : '-',
372
(ta->
pfrt_flags
& PFR_TFLAG_INACTIVE) ? 'i' : '-',
373
(ta->
pfrt_flags
& PFR_TFLAG_REFERENCED) ? 'r' : '-',
374
(ta->
pfrt_flags
& PFR_TFLAG_REFDANCHOR) ? 'h' : '-',
504
tbl.
pfrt_flags
= flags
[
all
...]
/src/sys/dist/pf/net/
pfvar.h
936
u_int32_t
pfrt_flags
;
member in struct:pfr_table
981
#define pfrts_flags pfrts_t.
pfrt_flags
1025
#define pfrkt_flags pfrkt_t.
pfrt_flags
pf_table.c
1534
tbl->
pfrt_flags
|= PFR_TFLAG_INACTIVE;
1766
if (tbl->
pfrt_flags
& ~allowedflags)
Completed in 33 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026