Home
last modified time | relevance | path

Searched refs:npf_flow_t (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/net/npf/
Dnpf_conn.h118 const unsigned, const npf_flow_t);
124 const void *, const uint16_t *, const npf_flow_t);
139 npf_conn_t * npf_conn_lookup(const npf_cache_t *, const unsigned, npf_flow_t *);
169 npf_conn_t * npf_conndb_lookup(npf_t *, const npf_connkey_t *, npf_flow_t *);
171 npf_conn_t *, npf_flow_t);
Dnpf_impl.h141 } npf_flow_t; typedef
161 bool (*translate)(npf_cache_t *, npf_nat_t *, npf_flow_t);
465 bool npf_state_inspect(npf_cache_t *, npf_state_t *, npf_flow_t);
471 bool npf_state_tcp(npf_cache_t *, npf_state_t *, npf_flow_t);
522 void npf_alg_exec(npf_cache_t *, npf_nat_t *, const npf_flow_t);
Dnpf_conn.c296 const unsigned di, const npf_flow_t flow) in npf_conn_check()
308 npf_flow_t pflow = match ? NPF_FLOW_FORW : NPF_FLOW_BACK; in npf_conn_check()
326 npf_conn_lookup(const npf_cache_t *npc, const unsigned di, npf_flow_t *flow) in npf_conn_lookup()
363 npf_flow_t flow; in npf_conn_inspect()
947 npf_flow_t flow; in npf_conn_find()
Dnpf_nat.c382 npf_nat_which(const unsigned type, const npf_flow_t flow) in npf_nat_which()
584 npf_dnat_translate(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow) in npf_dnat_translate()
621 npf_snat_translate(npf_cache_t *npc, const npf_natpolicy_t *np, npf_flow_t flow) in npf_snat_translate()
679 const unsigned di, npf_flow_t *flow) in npf_nat_lookup()
721 npf_flow_t flow; in npf_do_nat()
Dnpf_alg.c255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow) in npf_alg_exec()
266 bool (*translate_func)(npf_cache_t *, npf_nat_t *, npf_flow_t); in npf_alg_exec()
Dnpf_conndb.c164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) in npf_conndb_lookup()
204 npf_conn_t *con, npf_flow_t flow) in npf_conndb_insert()
Dnpf_alg_icmp.c267 npf_flow_t flow; in npfa_icmp_conn()
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow) in npfa_icmp_nat()
Dnpf_state_tcp.c292 npf_tcp_inwindow(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) in npf_tcp_inwindow()
458 npf_state_tcp(npf_cache_t *npc, npf_state_t *nst, npf_flow_t flow) in npf_state_tcp()
Dnpf_connkey.c86 const void *ipv, const uint16_t *id, const npf_flow_t flow) in npf_connkey_setkey()
227 const unsigned di, const npf_flow_t flow) in npf_conn_conkey()
Dnpf_state.c187 npf_state_inspect(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) in npf_state_inspect()