Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpfvar.h995 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 Dpf.c247 static void pf_attach_state(struct pf_state_key *,
502 static __inline int pf_state_compare_lan_ext(struct pf_state_key *,
503 struct pf_state_key *);
504 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *,
505 struct pf_state_key *);
515 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key,
517 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key,
832 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_lan_ext()
951 pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_ext_gwy()
1117 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 *,
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()
3384 struct pf_state_key *sk; in pfioctl_ioc_state_kill()
3462 struct pf_state_key *sk; in pfioctl_ioc_state()
3607 struct pf_state_key *sk; in pfioctl_ioc_natlook()