Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsocket_flows.h87 uint32_t soflow_db_count; member
H A Dsocket_flows.c435 if (db == NULL || db->soflow_db_count == 0) { in soflow_db_remove_entry()
448 db->soflow_db_count--; in soflow_db_remove_entry()
484 …b->soflow_db_so, db->soflow_db_debug, "<db %p> freeing db (count == %d)", db, db->soflow_db_count); in soflow_db_free()
499 VERIFY(db->soflow_db_count == 0); in soflow_db_free()
642 …feature_context_id, db->soflow_db_count, inp_hash_element, (u_int32_t)(feature_context_id & 0x0fff… in soflow_db_lookup_by_feature_context_id()
666 if (db->soflow_db_count == 1) { in soflow_db_get_feature_context()
771 db->soflow_db_count++; in soflow_db_add_entry()
773 SOFLOW_LOG(LOG_INFO, db->soflow_db_so, db->soflow_db_debug, "total count %d", db->soflow_db_count); in soflow_db_add_entry()