Home
last modified time | relevance | path

Searched refs:NSTAT_PROVIDER_TCP_USERLAND (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dntstat.c3100 case NSTAT_PROVIDER_TCP_USERLAND: in nstat_userland_tu_copy_descriptor()
3348 return nstat_userland_protocol_add_watcher(client, req, NSTAT_PROVIDER_TCP_USERLAND, in nstat_userland_tcp_add_watcher()
3397 nstat_userland_tcp_provider.nstat_provider_id = NSTAT_PROVIDER_TCP_USERLAND; in nstat_init_userland_tcp_provider()
3466 if ((provider_id != NSTAT_PROVIDER_TCP_USERLAND) && in ntstat_userland_stats_open()
3502 if (provider_id == NSTAT_PROVIDER_TCP_USERLAND) { in ntstat_userland_stats_open()
3560 if (shad->shad_provider == NSTAT_PROVIDER_TCP_USERLAND) { in ntstat_userland_stats_close()
3680 if (shad->shad_provider == NSTAT_PROVIDER_TCP_USERLAND) { in nstats_userland_stats_defunct_for_process()
7912 } else if (shad->shad_provider == NSTAT_PROVIDER_TCP_USERLAND) { in progress_indicators_for_interface()
8105 if (provider == NSTAT_PROVIDER_TCP_USERLAND) { in nstat_userland_to_xinpcb_n()
8146 if (provider == NSTAT_PROVIDER_TCP_USERLAND) { in nstat_userland_to_xsocket_n()
[all …]
H A Dntstat.h398 , NSTAT_PROVIDER_TCP_USERLAND = 3 enumerator
H A Dnecp_client.c10930NSTAT_PROVIDER_TCP_USERLAND, ntstat_properties, necp_request_tcp_netstats, necp_find_extension_inf… in necp_client_stats_initial()