Searched refs:pf_state_key (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h988 struct pf_state_key { struct
999 RB_ENTRY(pf_state_key) entry_lan_ext;
1000 RB_ENTRY(pf_state_key) entry_ext_gwy;
1041 struct pf_state_key *state_key;
1338 RB_HEAD(pf_state_tree_lan_ext, pf_state_key);
1339 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_lan_ext, pf_state_key,
1342 RB_HEAD(pf_state_tree_ext_gwy, pf_state_key);
1343 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_ext_gwy, pf_state_key,
2167 __private_extern__ u_int32_t pf_calc_state_key_flowhash(struct pf_state_key *);
2258 __private_extern__ struct pf_state_key *pf_alloc_state_ke
[all...]
H A Dpf.c242 static void pf_attach_state(struct pf_state_key *,
456 static __inline int pf_state_compare_lan_ext(struct pf_state_key *,
457 struct pf_state_key *);
458 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *,
459 struct pf_state_key *);
469 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key,
471 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key,
807 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b)
936 pf_state_compare_ext_gwy(struct pf_state_key *
[all...]
H A Dpf_ioctl.c186 static void pf_state_export(struct pfsync_state *, struct pf_state_key *,
188 static void pf_state_import(struct pfsync_state *, struct pf_state_key *,
457 pool_init(&pf_state_key_pl, sizeof (struct pf_state_key), 0, 0, 0,
1399 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk,
1455 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk,
3582 struct pf_state_key *sk;
3647 struct pf_state_key *sk;
3789 struct pf_state_key *sk;

Completed in 51 milliseconds