Searched refs:pf_state_key (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pflow.c | 99 const struct pf_kstate *, struct pf_state_key *, int, int); 101 struct pflow_ipfix_flow4 *, const struct pf_kstate *, struct pf_state_key *, 104 struct pflow_ipfix_flow6 *, const struct pf_kstate *, struct pf_state_key *, 106 static int pflow_pack_flow(const struct pf_kstate *, struct pf_state_key *, 108 static int pflow_pack_flow_ipfix(const struct pf_kstate *, struct pf_state_key *, 111 static int export_pflow_if(const struct pf_kstate*, struct pf_state_key *, 626 const struct pf_kstate *st, struct pf_state_key *sk, int src, int dst) in copy_flow_data() 664 struct pf_state_key *sk, struct pflow_softc *sc, int src, int dst) in copy_flow_ipfix_4_data() 701 struct pf_state_key *sk, struct pflow_softc *sc, int src, int dst) in copy_flow_ipfix_6_data() 740 struct pf_state_key *sk, struct pflow_softc *sc, int src, int dst) in copy_nat_ipfix_4_data() [all …]
|
H A D | pf.c | 328 static int pf_state_key_attach(struct pf_state_key *, 329 struct pf_state_key *, struct pf_kstate *); 347 struct pf_state_key *, struct pf_state_key *, int *, 378 struct pf_state_key *, struct pf_state_key *); 398 int, struct pf_state_key *); 424 struct pf_state_key *nk; \ 620 struct pf_state_key *nk) in pf_packet_rework_nat() 713 pf_hashkey(const struct pf_state_key *sk) in pf_hashkey() 955 struct pf_state_key *sk; in pf_overload_task() 1203 sizeof(struct pf_state_key), pf_state_key_ctor, NULL, NULL, NULL, in pf_initialize() [all …]
|
H A D | pf_lb.c | 721 struct pf_state_key **skp, struct pf_state_key **nkp, in pf_get_translation()
|
H A D | pf_nl.c | 126 dump_state_key(struct nl_writer *nw, int attr, const struct pf_state_key *key) in dump_state_key() 151 struct pf_state_key *key; in dump_state() 1270 struct pf_state_key *sk; in pf_handle_natlook()
|
H A D | pf_nv.c | 886 pf_state_key_to_nvstate_key(const struct pf_state_key *key) in pf_state_key_to_nvstate_key()
|
H A D | if_pfsync.c | 526 struct pf_state_key *skw = NULL, *sks = NULL; in pfsync_state_import()
|
H A D | pf_ioctl.c | 2307 struct pf_state_key *sk; in pf_killstates_row() 4108 struct pf_state_key *sk; in pfioctl()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 997 struct pf_state_key { struct 1004 LIST_ENTRY(pf_state_key) entry; argument 1119 struct pf_state_key *key[2]; /* addresses stack and wire */ 2194 LIST_HEAD(, pf_state_key) keys; 2312 struct pf_state_key *, 2313 struct pf_state_key *, 2467 struct pf_state_key *pf_alloc_state_key(int); 2694 int, struct pf_state_key **, struct pf_state_key **, 2700 struct pf_state_key **sk, struct pf_state_key **nk); 2701 struct pf_state_key *pf_state_key_clone(const struct pf_state_key *);
|