Lines Matching refs:soflow_db

398 	struct soflow_db *db = NULL;  in soflow_db_init()
401 db = kalloc_type(struct soflow_db, Z_WAITOK | Z_ZERO | Z_NOFAIL); in soflow_db_init()
405 kfree_type(struct soflow_db, db); in soflow_db_init()
419 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_entry_free()
430 soflow_db_remove_entry(struct soflow_db *db, struct soflow_hash_entry *hash_entry) in soflow_db_remove_entry()
461 hash_entry->soflow_db = NULL; in soflow_db_remove_entry()
474 soflow_db_free(struct soflow_db *db) in soflow_db_free()
501 kfree_type(struct soflow_db, db); in soflow_db_free()
549 soflow_db_lookup_entry_internal(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remo… in soflow_db_lookup_entry_internal()
612 soflow_db_lookup_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote, boole… in soflow_db_lookup_entry()
622 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()
648 soflow_db_get_feature_context(struct soflow_db *db, u_int64_t feature_context_id) in soflow_db_get_feature_context()
688 soflow_db_get_feature_context_id(struct soflow_db *db, struct sockaddr *local, struct sockaddr *rem… in soflow_db_get_feature_context_id()
720 soflow_db_add_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote) in soflow_db_add_entry()
746 entry->soflow_db = db; in soflow_db_add_entry()
850 soflow_entry_update_local(struct soflow_db *db, struct soflow_hash_entry *entry, struct sockaddr *l… in soflow_entry_update_local()
944 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_vals()
1065 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_extensions()
1118 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_update_flow_stats()
1351 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_gc_idle_timed_out()
1366 struct soflow_db *db = NULL; in soflow_gc_cleanup()
1434 so = hash_entry->soflow_db ? hash_entry->soflow_db->soflow_db_so : NULL; in soflow_gc_expire()
1498 soflow_db_apply(struct soflow_db *db, soflow_entry_apply_func entry_apply_fn, void *context) in soflow_db_apply()