Home
last modified time | relevance | path

Searched refs:soflow_db_only_entry (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dsocket_flows.c449 if (db->soflow_db_only_entry == hash_entry) { in soflow_db_remove_entry()
450 db->soflow_db_only_entry = NULL; in soflow_db_remove_entry()
667 if (db->soflow_db_only_entry != NULL && in soflow_db_get_feature_context()
668 …db->soflow_db_only_entry->soflow_feat_ctxt != NULL && db->soflow_db_only_entry->soflow_feat_ctxt_i… in soflow_db_get_feature_context()
669 …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()
670 context = db->soflow_db_only_entry->soflow_feat_ctxt; in soflow_db_get_feature_context()
674 db->soflow_db_only_entry, in soflow_db_get_feature_context()
675 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt : NULL, in soflow_db_get_feature_context()
676 db->soflow_db_only_entry ? db->soflow_db_only_entry->soflow_feat_ctxt_id : 0); in soflow_db_get_feature_context()
772 db->soflow_db_only_entry = entry; in soflow_db_add_entry()
H A Dsocket_flows.h90 struct soflow_hash_entry *soflow_db_only_entry; member