Lines Matching refs:npf_conndb_t
137 void npf_conn_load(npf_t *, npf_conndb_t *, bool);
153 void npf_conn_remove(npf_conndb_t *, npf_conn_t *);
155 int npf_conn_import(npf_t *, npf_conndb_t *, const nvlist_t *,
166 npf_conndb_t * npf_conndb_create(void);
167 void npf_conndb_destroy(npf_conndb_t *);
170 bool npf_conndb_insert(npf_conndb_t *, const npf_connkey_t *,
172 npf_conn_t * npf_conndb_remove(npf_conndb_t *, npf_connkey_t *);
174 void npf_conndb_enqueue(npf_conndb_t *, npf_conn_t *);
175 npf_conn_t * npf_conndb_getlist(npf_conndb_t *);
176 npf_conn_t * npf_conndb_getnext(npf_conndb_t *, npf_conn_t *);
178 void npf_conndb_gc(npf_t *, npf_conndb_t *, bool, bool);