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

  /src/sys/net/npf/
npf_conn.h 172 npf_conn_t * npf_conndb_remove(npf_conndb_t *, npf_connkey_t *);
npf_conn.c 501 ret = npf_conndb_remove(conn_db, fw);
601 ret = npf_conndb_remove(conn_db, bk);
614 ret = npf_conndb_remove(conn_db, fw);
745 ret = npf_conndb_remove(cd, fw);
749 ret = npf_conndb_remove(cd, bk);
926 npf_conndb_remove(cd, fw);
npf_conndb.c 225 * npf_conndb_remove: find and delete connection key, returning the
229 npf_conndb_remove(npf_conndb_t *cd, npf_connkey_t *ck) function in typeref:typename:npf_conn_t *

Completed in 13 milliseconds