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

  /src/sys/net/npf/
npf_conn.h 170 bool npf_conndb_insert(npf_conndb_t *, const npf_connkey_t *,
npf_conn.c 495 if (!npf_conndb_insert(conn_db, fw, con, NPF_FLOW_FORW)) {
499 if (!npf_conndb_insert(conn_db, bk, con, NPF_FLOW_BACK)) {
608 if (!npf_conndb_insert(conn_db, bk, con, NPF_FLOW_BACK)) {
922 if (!npf_conndb_insert(cd, fw, con, NPF_FLOW_FORW)) {
925 if (!npf_conndb_insert(cd, bk, con, NPF_FLOW_BACK)) {
npf_conndb.c 198 * npf_conndb_insert: insert the key representing the connection.
203 npf_conndb_insert(npf_conndb_t *cd, const npf_connkey_t *ck, function in typeref:typename:bool

Completed in 13 milliseconds