HomeSort by: relevance | last modified time | path
    Searched defs:npf_conndb_getnext (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_conndb.c 285 * npf_conndb_getnext: return the next connection, implementing
289 npf_conndb_getnext(npf_conndb_t *cd, npf_conn_t *con) function in typeref:typename:npf_conn_t *
316 con = npf_conndb_getnext(cd, NULL);
327 npf_conn_t *next = npf_conndb_getnext(cd, con);

Completed in 48 milliseconds