Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsocket_flows.h74 nstat_context soflow_nstat_context; member
H A Dsocket_flows.c436 if (hash_entry->soflow_nstat_context != NULL) { in soflow_db_remove_entry()
437 …try->soflow_debug, "<Close nstat> - context %lX", (unsigned long)hash_entry->soflow_nstat_context); in soflow_db_remove_entry()
438 nstat_provider_stats_close(hash_entry->soflow_nstat_context); in soflow_db_remove_entry()
439 hash_entry->soflow_nstat_context = NULL; in soflow_db_remove_entry()
1215 hash_entry->soflow_nstat_context = nstat_provider_stats_open((nstat_provider_context) hash_entry, in soflow_get_flow()
1219 …ntry->soflow_debug, "<Open nstat> - context %lX", (unsigned long)hash_entry->soflow_nstat_context); in soflow_get_flow()