pf_state_key
struct pf_state_key *sk = st->state_key;
struct pf_state_key *sk = NULL;
struct pf_state_key *sk;
struct pf_state_key *nextsk;
struct pf_state_key *sk = s->state_key;
void pf_attach_state(struct pf_state_key *,
pf_attach_state(struct pf_state_key *sk, struct pf_state *s, int tail)
struct pf_state_key *sk = s->state_key;
struct pf_state_key *
struct pf_state_key *sk;
static __inline int pf_state_compare_lan_ext(struct pf_state_key *,
struct pf_state_key *);
static __inline int pf_state_compare_ext_gwy(struct pf_state_key *,
struct pf_state_key *);
RB_GENERATE(pf_state_tree_lan_ext, pf_state_key,
RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key,
struct pf_state_key *sk = NULL;
pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b)
pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b)
struct pf_state_key *sk = NULL;
struct pf_state_key *sk;
(struct pf_state_key *)key);
(struct pf_state_key *)key);
struct pf_state_key *sk = NULL;
struct pf_state_key *sk;
&pf_statetbl_lan_ext, (struct pf_state_key *)key);
&pf_statetbl_ext_gwy, (struct pf_state_key *)key);
struct pf_state_key *sk;
struct pf_state_key *sk = s->state_key;
struct pf_state_key *cur;
pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk,
pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk,
struct pf_state_key *sk;
struct pf_state_key *, struct pf_state *);
struct pf_state_key *, struct pf_state *);
struct pf_state_key *sk;
struct pf_state_key *sk;
pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0,
pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0,
RB_HEAD(pf_state_tree_lan_ext, pf_state_key);
RB_PROTOTYPE(pf_state_tree_lan_ext, pf_state_key,
RB_HEAD(pf_state_tree_ext_gwy, pf_state_key);
RB_PROTOTYPE(pf_state_tree_ext_gwy, pf_state_key,
struct pf_state_key *
RB_ENTRY(pf_state_key) entry_lan_ext;
RB_ENTRY(pf_state_key) entry_ext_gwy;
struct pf_state_key *state_key;