Searched refs:soflow_db_only_entry (Results 1 – 2 of 2) sorted by relevance
447 if (db->soflow_db_only_entry == hash_entry) { in soflow_db_remove_entry()448 db->soflow_db_only_entry = NULL; in soflow_db_remove_entry()665 if (db->soflow_db_only_entry != NULL && in soflow_db_get_feature_context()666 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()667 …SOFLOW_ENTRY_LOG(LOG_DEBUG, db->soflow_db_so, db->soflow_db_only_entry, db->soflow_db_only_entry->… in soflow_db_get_feature_context()668 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()672 db->soflow_db_only_entry, in soflow_db_get_feature_context()673 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()674 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt_id : 0); in soflow_db_get_feature_context()770 db->soflow_db_only_entry = entry; in soflow_db_add_entry()
93 struct soflow_hash_entry *soflow_db_only_entry; member