Searched refs:pf_state_key (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pfvar.h | 995 struct pf_state_key { struct 1009 RB_ENTRY(pf_state_key) entry_lan_ext; argument 1010 RB_ENTRY(pf_state_key) entry_ext_gwy; 1051 struct pf_state_key *state_key; 1354 RB_HEAD(pf_state_tree_lan_ext, pf_state_key); 1355 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_lan_ext, pf_state_key, 1358 RB_HEAD(pf_state_tree_ext_gwy, pf_state_key); 1359 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_ext_gwy, pf_state_key, 2172 __private_extern__ u_int32_t pf_calc_state_key_flowhash(struct pf_state_key *); 2263 __private_extern__ struct pf_state_key *pf_alloc_state_key(struct pf_state *, [all …]
|
| H A D | pf.c | 243 static void pf_attach_state(struct pf_state_key *, 482 static __inline int pf_state_compare_lan_ext(struct pf_state_key *, 483 struct pf_state_key *); 484 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *, 485 struct pf_state_key *); 495 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key, 497 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key, 812 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_lan_ext() 931 pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_ext_gwy() 1097 struct pf_state_key *sk = NULL; in pf_find_state() [all …]
|
| H A D | pf_ioctl.c | 173 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 *, 414 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit() 1167 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_export() 1228 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_import() 3383 struct pf_state_key *sk; in pfioctl_ioc_state_kill() 3461 struct pf_state_key *sk; in pfioctl_ioc_state() 3606 struct pf_state_key *sk; in pfioctl_ioc_natlook()
|