Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpfvar.h1006 struct pf_state_key { struct
1020 RB_ENTRY(pf_state_key) entry_lan_ext; argument
1021 RB_ENTRY(pf_state_key) entry_ext_gwy;
1062 struct pf_state_key *state_key;
1365 RB_HEAD(pf_state_tree_lan_ext, pf_state_key);
1366 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_lan_ext, pf_state_key,
1369 RB_HEAD(pf_state_tree_ext_gwy, pf_state_key);
1370 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_ext_gwy, pf_state_key,
2245 __private_extern__ u_int32_t pf_calc_state_key_flowhash(struct pf_state_key *);
2338 __private_extern__ struct pf_state_key *pf_alloc_state_key(struct pf_state *,
[all …]
H A Dpf.c248 static void pf_attach_state(struct pf_state_key *,
503 static __inline int pf_state_compare_lan_ext(struct pf_state_key *,
504 struct pf_state_key *);
505 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *,
506 struct pf_state_key *);
516 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key,
518 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key,
817 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_lan_ext()
936 pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_ext_gwy()
1106 struct pf_state_key *sk = NULL; in pf_find_state()
[all …]
H A Dpf_ioctl.c173 static void pf_state_export(struct pfsync_state *, struct pf_state_key *,
175 static void pf_state_import(struct pfsync_state *, struct pf_state_key *,
469 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit()
1260 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_export()
1321 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_import()
3474 struct pf_state_key *sk; in pfioctl_ioc_state_kill()
3552 struct pf_state_key *__single sk; in pfioctl_ioc_state()
3697 struct pf_state_key *sk; in pfioctl_ioc_natlook()