Searched refs:pf_state_key (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/net/ |
| HD | pfvar.h | 687 struct pf_state_key { struct 694 LIST_ENTRY(pf_state_key) entry; argument 722 struct pf_state_key *key[2]; /* addresses stack and wire */ 1447 LIST_HEAD(, pf_state_key) keys; 1522 struct pf_state_key *, 1523 struct pf_state_key *, 1613 struct pf_state_key *pf_alloc_state_key(int); 1738 struct pf_state_key **, struct pf_state_key **, 1742 struct pf_state_key *pf_state_key_setup(struct pf_pdesc *, struct pf_addr *, 1744 struct pf_state_key *pf_state_key_clone(struct pf_state_key *);
|
| /NextBSD/sys/netpfil/pf/ |
| HD | pf.c | 226 static int pf_state_key_attach(struct pf_state_key *, 227 struct pf_state_key *, struct pf_state *); 237 struct pf_src_node *, struct pf_state_key *, 238 struct pf_state_key *, struct mbuf *, int, 273 struct pf_state_key *, struct pf_state_key *); 413 pf_hashkey(struct pf_state_key *sk) in pf_hashkey() 625 struct pf_state_key *sk; in pf_overload_task() 796 sizeof(struct pf_state_key), pf_state_key_ctor, NULL, NULL, NULL, in pf_initialize() 922 pf_state_key_attach(struct pf_state_key *skw, struct pf_state_key *sks, in pf_state_key_attach() 926 struct pf_state_key *sk, *cur; in pf_state_key_attach() [all …]
|
| HD | pf_lb.c | 513 struct pf_state_key **skp, struct pf_state_key **nkp, in pf_get_translation()
|
| HD | pf_ioctl.c | 1641 struct pf_state_key *sk; in pfioctl() 1856 struct pf_state_key *sk; in pfioctl()
|
| HD | if_pfsync.c | 410 struct pf_state_key *skw = NULL, *sks = NULL; in pfsync_state_import()
|