Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dsocket_flows.h74 nstat_context soflow_nstat_context; member
H A Dsocket_flows.c440 if (hash_entry->soflow_nstat_context != NULL) { in soflow_db_remove_entry()
441 …try->soflow_debug, "<Close nstat> - context %lX", (unsigned long)hash_entry->soflow_nstat_context); in soflow_db_remove_entry()
442 nstat_provider_stats_close(hash_entry->soflow_nstat_context); in soflow_db_remove_entry()
443 hash_entry->soflow_nstat_context = NULL; in soflow_db_remove_entry()
1219 hash_entry->soflow_nstat_context = nstat_provider_stats_open((nstat_provider_context) hash_entry, in soflow_get_flow()
1223 …ntry->soflow_debug, "<Open nstat> - context %lX", (unsigned long)hash_entry->soflow_nstat_context); in soflow_get_flow()