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

  /src/sys/net/npf/
npf_conn.h 139 npf_conn_t * npf_conn_lookup(const npf_cache_t *, const unsigned, npf_flow_t *);
npf_alg_icmp.c 305 conn = npf_conn_lookup(&enpc, di, &flow);
npf_conn.c 96 * npf_conn_lookup() function for this purpose.
321 * npf_conn_lookup: lookup if there is an established connection.
326 npf_conn_lookup(const npf_cache_t *npc, const unsigned di, npf_flow_t *flow) function in typeref:typename:npf_conn_t *
384 if ((con = npf_conn_lookup(npc, di, &flow)) == NULL) {

Completed in 15 milliseconds