Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDpfvar.h687 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/
HDpf.c226 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 …]
HDpf_lb.c513 struct pf_state_key **skp, struct pf_state_key **nkp, in pf_get_translation()
HDpf_ioctl.c1641 struct pf_state_key *sk; in pfioctl()
1856 struct pf_state_key *sk; in pfioctl()
HDif_pfsync.c410 struct pf_state_key *skw = NULL, *sks = NULL; in pfsync_state_import()