Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c566 errno_t (*nstat_watcher_add)(nstat_client *client, nstat_msg_add_all_srcs *req); member
1583 nstat_route_provider.nstat_watcher_add = nstat_route_add_watcher; in nstat_init_route_provider()
2637 nstat_tcp_provider.nstat_watcher_add = nstat_tcp_add_watcher; in nstat_init_tcp_provider()
2971 nstat_udp_provider.nstat_watcher_add = nstat_udp_add_watcher; in nstat_init_udp_provider()
3403 nstat_userland_tcp_provider.nstat_watcher_add = nstat_userland_tcp_add_watcher; in nstat_init_userland_tcp_provider()
3424 nstat_userland_udp_provider.nstat_watcher_add = nstat_userland_udp_add_watcher; in nstat_init_userland_udp_provider()
3444 nstat_userland_quic_provider.nstat_watcher_add = nstat_userland_quic_add_watcher; in nstat_init_userland_quic_provider()
4064 nstat_userland_conn_provider.nstat_watcher_add = nstat_generic_provider_add_watcher; in nstat_init_userland_conn_provider()
4084 nstat_udp_subflow_provider.nstat_watcher_add = nstat_generic_provider_add_watcher; in nstat_init_udp_subflow_provider()
4844 nstat_ifnet_provider.nstat_watcher_add = NULL; in nstat_init_ifnet_provider()
[all …]