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) {
|