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

/freebsd-current/sys/netpfil/pf/
H A Dpflow.c98 const struct pf_kstate *, struct pf_state_key *, int, int);
100 struct pflow_ipfix_flow4 *, const struct pf_kstate *, struct pf_state_key *,
103 struct pflow_ipfix_flow6 *, const struct pf_kstate *, struct pf_state_key *,
105 static int pflow_pack_flow(const struct pf_kstate *, struct pf_state_key *,
107 static int pflow_pack_flow_ipfix(const struct pf_kstate *, struct pf_state_key *,
110 static int export_pflow_if(const struct pf_kstate*, struct pf_state_key *,
612 const struct pf_kstate *st, struct pf_state_key *sk, int src, int dst)
650 struct pf_state_key *sk, struct pflow_softc *sc, int src, int dst)
687 struct pf_state_key *sk, struct pflow_softc *sc, int src, int dst)
726 struct pf_state_key *s
[all...]
H A Dpf.c307 static int pf_state_key_attach(struct pf_state_key *,
308 struct pf_state_key *, struct pf_kstate *);
327 struct pf_ksrc_node *, struct pf_state_key *,
328 struct pf_state_key *, struct mbuf *, int,
362 struct pf_state_key *, struct pf_state_key *);
376 int, struct pf_state_key *);
400 struct pf_state_key *nk; \
564 struct pf_state_key *nk)
657 pf_hashkey(const struct pf_state_key *s
[all...]
H A Dpf_lb.c580 struct pf_state_key **skp, struct pf_state_key **nkp,
H A Dpf_nl.c126 dump_state_key(struct nl_writer *nw, int attr, const struct pf_state_key *key)
149 struct pf_state_key *key;
1260 struct pf_state_key *sk;
H A Dpf_nv.c884 pf_state_key_to_nvstate_key(const struct pf_state_key *key)
H A Dpf_ioctl.c2283 struct pf_state_key *sk;
3878 struct pf_state_key *sk;
H A Dif_pfsync.c527 struct pf_state_key *skw = NULL, *sks = NULL;
/freebsd-current/sys/net/
H A Dpfvar.h943 /* Keep synced with struct pf_state_key. */
952 struct pf_state_key { struct
959 LIST_ENTRY(pf_state_key) entry;
1071 struct pf_state_key *key[2]; /* addresses stack and wire */
2118 LIST_HEAD(, pf_state_key) keys;
2221 struct pf_state_key *,
2222 struct pf_state_key *,
2368 struct pf_state_key *pf_alloc_state_key(int);
2568 struct pf_state_key **, struct pf_state_key **,
[all...]

Completed in 568 milliseconds