Lines Matching refs:soflow_db
406 struct soflow_db * __single db = NULL; in soflow_db_init()
409 db = kalloc_type(struct soflow_db, Z_WAITOK | Z_ZERO | Z_NOFAIL); in soflow_db_init()
414 kfree_type(struct soflow_db, db); in soflow_db_init()
428 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_entry_free()
439 soflow_db_remove_entry(struct soflow_db *db, struct soflow_hash_entry *hash_entry) in soflow_db_remove_entry()
470 hash_entry->soflow_db = NULL; in soflow_db_remove_entry()
483 soflow_db_free(struct soflow_db *db) in soflow_db_free()
510 kfree_type(struct soflow_db, db); in soflow_db_free()
558 soflow_db_lookup_entry_internal(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remo… in soflow_db_lookup_entry_internal()
621 soflow_db_lookup_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote, boole… in soflow_db_lookup_entry()
631 soflow_db_lookup_by_feature_context_id(struct soflow_db *db, u_int64_t feature_context_id) in soflow_db_lookup_by_feature_context_id()
657 soflow_db_get_feature_context(struct soflow_db *db, u_int64_t feature_context_id) in soflow_db_get_feature_context()
697 soflow_db_get_feature_context_id(struct soflow_db *db, struct sockaddr *local, struct sockaddr *rem… in soflow_db_get_feature_context_id()
729 soflow_db_add_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote) in soflow_db_add_entry()
755 entry->soflow_db = db; in soflow_db_add_entry()
860 soflow_entry_update_local(struct soflow_db *db, struct soflow_hash_entry *entry, struct sockaddr *l… in soflow_entry_update_local()
956 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_vals()
1089 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_extensions()
1142 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_update_flow_stats()
1386 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_gc_idle_timed_out()
1401 struct soflow_db *db = NULL; in soflow_gc_cleanup()
1474 so = hash_entry->soflow_db ? hash_entry->soflow_db->soflow_db_so : NULL; in soflow_gc_expire()
1538 soflow_db_apply(struct soflow_db *db, soflow_entry_apply_func entry_apply_fn, void *context) in soflow_db_apply()