Searched refs:npf_conn_inspect (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_conn.h140 npf_conn_t * npf_conn_inspect(npf_cache_t *, const unsigned, int *);
H A Dnpf_handler.c204 con = npf_conn_inspect(&npc, di, &error);
H A Dnpf_conn.c84 * routines: npf_conn_inspect() and npf_conn_establish(). Since they
93 * inspection (npf_alg_conn() call in npf_conn_inspect() function) by
95 * to npf_conn_inspect() is not allowed. The ALGs ought to use the
355 * npf_conn_inspect: lookup a connection and inspecting the protocol data.
360 npf_conn_inspect(npf_cache_t *npc, const unsigned di, int *error) function

Completed in 149 milliseconds