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

/freebsd-10.1-release/sys/net/
H A Dpfvar.h680 /* Keep synced with struct pf_state_key. */
689 struct pf_state_key { struct
696 LIST_ENTRY(pf_state_key) entry;
724 struct pf_state_key *key[2]; /* addresses stack and wire */
1449 LIST_HEAD(, pf_state_key) keys;
1526 struct pf_state_key *,
1527 struct pf_state_key *,
1617 struct pf_state_key *pf_alloc_state_key(int);
1740 struct pf_state_key **, struct pf_state_key **,
[all...]
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf.c224 static int pf_state_key_attach(struct pf_state_key *,
225 struct pf_state_key *, struct pf_state *);
235 struct pf_src_node *, struct pf_state_key *,
236 struct pf_state_key *, struct mbuf *, int,
271 struct pf_state_key *, struct pf_state_key *);
374 pf_hashkey(struct pf_state_key *sk)
572 struct pf_state_key *sk;
763 sizeof(struct pf_state_key), pf_state_key_ctor, NULL, NULL, NULL,
898 pf_state_key_attach(struct pf_state_key *sk
[all...]
H A Dpf_lb.c510 struct pf_state_key **skp, struct pf_state_key **nkp,
H A Dpf_ioctl.c1639 struct pf_state_key *sk;
1854 struct pf_state_key *sk;
H A Dif_pfsync.c408 struct pf_state_key *skw = NULL, *sks = NULL;

Completed in 86 milliseconds