Searched refs:pf_state_key (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | pfvar.h | 720 struct pf_state_key { struct 729 RB_ENTRY(pf_state_key) entry_lan_ext; argument 730 RB_ENTRY(pf_state_key) entry_ext_gwy; 757 struct pf_state_key *state_key; 1034 RB_HEAD(pf_state_tree_lan_ext, pf_state_key); 1035 RB_PROTOTYPE(pf_state_tree_lan_ext, pf_state_key, 1038 RB_HEAD(pf_state_tree_ext_gwy, pf_state_key); 1039 RB_PROTOTYPE(pf_state_tree_ext_gwy, pf_state_key, 1680 struct pf_state_key *
|
H A D | pf.c | 189 void pf_attach_state(struct pf_state_key *, 322 static __inline int pf_state_compare_lan_ext(struct pf_state_key *, 323 struct pf_state_key *); 324 static __inline int pf_state_compare_ext_gwy(struct pf_state_key *, 325 struct pf_state_key *); 335 RB_GENERATE(pf_state_tree_lan_ext, pf_state_key, 337 RB_GENERATE(pf_state_tree_ext_gwy, pf_state_key, 405 pf_state_compare_lan_ext(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_lan_ext() 473 pf_state_compare_ext_gwy(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_ext_gwy() 586 struct pf_state_key *sk; in pf_find_state() [all …]
|
H A D | pf_ioctl.c | 140 struct pf_state_key *, struct pf_state *); 142 struct pf_state_key *, struct pf_state *); 242 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfattach() 255 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfattach() 1089 pf_state_export(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_export() 1140 pf_state_import(struct pfsync_state *sp, struct pf_state_key *sk, in pf_state_import() 1179 struct pf_state_key *sk; in pf_state_add() 1896 struct pf_state_key *sk; in pfioctl() 2079 struct pf_state_key *sk; in pfioctl()
|
H A D | if_pfsync.c | 250 struct pf_state_key *sk = NULL; in pfsync_insert_net_state() 357 struct pf_state_key *sk; in pfsync_input() 428 struct pf_state_key *nextsk; in pfsync_input() 1129 struct pf_state_key *sk = st->state_key; in pfsync_pack_state()
|