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

  /src/sys/net/npf/
npf_conn.h 140 npf_conn_t * npf_conn_inspect(npf_cache_t *, const unsigned, int *);
npf_handler.c 204 con = npf_conn_inspect(&npc, di, &error);
npf_conn.c 84 * 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 in typeref:typename:npf_conn_t *

Completed in 30 milliseconds