Lines Matching refs:soflow_db

395 	struct soflow_db * __single db = NULL;  in soflow_db_init()
398 db = kalloc_type(struct soflow_db, Z_WAITOK | Z_ZERO | Z_NOFAIL); in soflow_db_init()
403 kfree_type(struct soflow_db, db); in soflow_db_init()
417 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_entry_free()
428 soflow_db_remove_entry(struct soflow_db *db, struct soflow_hash_entry *hash_entry) in soflow_db_remove_entry()
459 hash_entry->soflow_db = NULL; in soflow_db_remove_entry()
472 soflow_db_free(struct soflow_db *db) in soflow_db_free()
499 kfree_type(struct soflow_db, db); in soflow_db_free()
547 soflow_db_lookup_entry_internal(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remo… in soflow_db_lookup_entry_internal()
610 soflow_db_lookup_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote, boole… in soflow_db_lookup_entry()
620 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()
646 soflow_db_get_feature_context(struct soflow_db *db, u_int64_t feature_context_id) in soflow_db_get_feature_context()
686 soflow_db_get_feature_context_id(struct soflow_db *db, struct sockaddr *local, struct sockaddr *rem… in soflow_db_get_feature_context_id()
718 soflow_db_add_entry(struct soflow_db *db, struct sockaddr *local, struct sockaddr *remote) in soflow_db_add_entry()
744 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()
945 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_vals()
1066 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_nstat_provider_request_extensions()
1119 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_update_flow_stats()
1352 …struct socket *so = (hash_entry && hash_entry->soflow_db) ? hash_entry->soflow_db->soflow_db_so : … in soflow_gc_idle_timed_out()
1367 struct soflow_db *db = NULL; in soflow_gc_cleanup()
1435 so = hash_entry->soflow_db ? hash_entry->soflow_db->soflow_db_so : NULL; in soflow_gc_expire()
1499 soflow_db_apply(struct soflow_db *db, soflow_entry_apply_func entry_apply_fn, void *context) in soflow_db_apply()