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

  /src/sys/net/npf/
npf_conn.h 169 npf_conn_t * npf_conndb_lookup(npf_t *, const npf_connkey_t *, npf_flow_t *);
npf_conndb.c 161 * npf_conndb_lookup: find a connection given the key.
164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) function in typeref:typename:npf_conn_t *
npf_conn.c 337 con = npf_conndb_lookup(npf, &key, flow);
954 con = npf_conndb_lookup(npf, &key, &flow);

Completed in 13 milliseconds