Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h90 uint32_t soflow_db_count; member
H A Dsocket_flows.c433 if (db == NULL || db->soflow_db_count == 0) { in soflow_db_remove_entry()
446 db->soflow_db_count--; in soflow_db_remove_entry()
482 …b->soflow_db_so, db->soflow_db_debug, "<db %p> freeing db (count == %d)", db, db->soflow_db_count); in soflow_db_free()
497 VERIFY(db->soflow_db_count == 0); in soflow_db_free()
640 …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()
664 if (db->soflow_db_count == 1) { in soflow_db_get_feature_context()
769 db->soflow_db_count++; in soflow_db_add_entry()
771 SOFLOW_LOG(LOG_INFO, db->soflow_db_so, db->soflow_db_debug, "total count %d", db->soflow_db_count); in soflow_db_add_entry()