Searched refs:soflow_db_only_entry (Results 1 – 2 of 2) sorted by relevance
458 if (db->soflow_db_only_entry == hash_entry) { in soflow_db_remove_entry()459 db->soflow_db_only_entry = NULL; in soflow_db_remove_entry()676 if (db->soflow_db_only_entry != NULL && in soflow_db_get_feature_context()677 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()678 …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()679 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()683 db->soflow_db_only_entry, in soflow_db_get_feature_context()684 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()685 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt_id : 0); in soflow_db_get_feature_context()782 db->soflow_db_only_entry = entry; in soflow_db_add_entry()[all …]
96 struct soflow_hash_entry *soflow_db_only_entry; member