HomeSort by: relevance | last modified time | path
    Searched refs:npf_flow_t (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/net/npf/
npf_conn.h 118 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);
npf_impl.h 143 } npf_flow_t; typedef in typeref:enum:__anon4cd18a6f0303
163 bool (*translate)(npf_cache_t *, npf_nat_t *, npf_flow_t);
473 bool npf_state_inspect(npf_cache_t *, npf_state_t *, npf_flow_t);
478 bool npf_state_tcp(npf_cache_t *, npf_state_t *, npf_flow_t);
532 void npf_alg_exec(npf_cache_t *, npf_nat_t *, const npf_flow_t);
npf_alg.c 255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow)
266 bool (*translate_func)(npf_cache_t *, npf_nat_t *, npf_flow_t);
npf_state.c 187 npf_state_inspect(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow)
npf_alg_icmp.c 267 npf_flow_t flow;
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow)
npf_conndb.c 164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow)
204 npf_conn_t *con, npf_flow_t flow)
npf_connkey.c 86 const void *ipv, const uint16_t *id, const npf_flow_t flow)
227 const unsigned di, const npf_flow_t flow)
npf_state_tcp.c 292 npf_tcp_inwindow(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow)
458 npf_state_tcp(npf_cache_t *npc, npf_state_t *nst, npf_flow_t flow)
npf_conn.c 296 const unsigned di, const npf_flow_t flow)
308 npf_flow_t pflow = match ? NPF_FLOW_FORW : NPF_FLOW_BACK;
326 npf_conn_lookup(const npf_cache_t *npc, const unsigned di, npf_flow_t *flow)
363 npf_flow_t flow;
947 npf_flow_t flow;
npf_nat.c 382 npf_nat_which(const unsigned type, const npf_flow_t flow)
584 npf_dnat_translate(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow)
621 npf_snat_translate(npf_cache_t *npc, const npf_natpolicy_t *np, npf_flow_t flow)
679 const unsigned di, npf_flow_t *flow)
721 npf_flow_t flow;

Completed in 17 milliseconds