Searched refs:pf_state_key (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | pfvar.h | 1006 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 D | pf.c | 251 static void pf_attach_state(struct pf_state_key *, 506 static __inline int pf_state_compare_lan_ext(struct pf_state_key *, 507 struct pf_state_key *); 508 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *, 509 struct pf_state_key *); 519 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key, 521 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key, 820 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_lan_ext() 939 pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_ext_gwy() 1109 struct pf_state_key *sk = NULL; in pf_find_state() [all …]
|
| H A D | pf_ioctl.c | 174 static void pf_state_export(struct pfsync_state *, struct pf_state_key *, 176 static void pf_state_import(struct pfsync_state *, struct pf_state_key *, 470 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit() 1261 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_export() 1322 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_import() 3475 struct pf_state_key *sk; in pfioctl_ioc_state_kill() 3553 struct pf_state_key *__single sk; in pfioctl_ioc_state() 3698 struct pf_state_key *sk; in pfioctl_ioc_natlook()
|