OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pf_state_key
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dist/pf/net/
pfvar.h
707
/* keep synced with struct
pf_state_key
, used in RB_FIND */
720
struct
pf_state_key
{
struct
729
RB_ENTRY(
pf_state_key
) entry_lan_ext;
730
RB_ENTRY(
pf_state_key
) entry_ext_gwy;
757
struct
pf_state_key
*state_key;
1034
RB_HEAD(pf_state_tree_lan_ext,
pf_state_key
);
1035
RB_PROTOTYPE(pf_state_tree_lan_ext,
pf_state_key
,
1038
RB_HEAD(pf_state_tree_ext_gwy,
pf_state_key
);
1039
RB_PROTOTYPE(pf_state_tree_ext_gwy,
pf_state_key
,
1680
struct
pf_state_key
*
[
all
...]
pf.c
189
void pf_attach_state(struct
pf_state_key
*,
322
static __inline int pf_state_compare_lan_ext(struct
pf_state_key
*,
323
struct
pf_state_key
*);
324
static __inline int pf_state_compare_ext_gwy(struct
pf_state_key
*,
325
struct
pf_state_key
*);
335
RB_GENERATE(pf_state_tree_lan_ext,
pf_state_key
,
337
RB_GENERATE(pf_state_tree_ext_gwy,
pf_state_key
,
405
pf_state_compare_lan_ext(struct
pf_state_key
*a, struct
pf_state_key
*b)
473
pf_state_compare_ext_gwy(struct
pf_state_key
*a, struct pf_state_key *b
[
all
...]
pf_ioctl.c
140
struct
pf_state_key
*, struct pf_state *);
142
struct
pf_state_key
*, struct pf_state *);
242
pool_init(&pf_state_key_pl, sizeof(struct
pf_state_key
), 0, 0, 0,
255
pool_init(&pf_state_key_pl, sizeof(struct
pf_state_key
), 0, 0, 0,
1089
pf_state_export(struct pfsync_state *sp, struct
pf_state_key
*sk,
1140
pf_state_import(struct pfsync_state *sp, struct
pf_state_key
*sk,
1179
struct
pf_state_key
*sk;
1896
struct
pf_state_key
*sk;
2079
struct
pf_state_key
*sk;
if_pfsync.c
250
struct
pf_state_key
*sk = NULL;
357
struct
pf_state_key
*sk;
428
struct
pf_state_key
*nextsk;
1129
struct
pf_state_key
*sk = st->state_key;
Completed in 16 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025