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

  /src/sys/net/npf/
npf_conn.h 175 npf_conn_t * npf_conndb_getlist(npf_conndb_t *);
npf_conndb.c 258 * connections; this must also be performed on npf_conndb_getlist()
275 * npf_conndb_getlist: return the list of all connections.
278 npf_conndb_getlist(npf_conndb_t *cd) function in typeref:typename:npf_conn_t *
npf_conn.c 788 head = npf_conndb_getlist(conn_db);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_gc_test.c 22 npf_conn_t *head = npf_conndb_getlist(cd), *conn = head;

Completed in 15 milliseconds