Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c374 void (*nstat_watcher_remove)(nstat_client *client); member
1284 nstat_route_provider.nstat_watcher_remove = nstat_route_remove_watcher; in nstat_init_route_provider()
2246 nstat_tcp_provider.nstat_watcher_remove = nstat_tcp_remove_watcher; in nstat_init_tcp_provider()
2561 nstat_udp_provider.nstat_watcher_remove = nstat_udp_remove_watcher; in nstat_init_udp_provider()
2972 nstat_userland_tcp_provider.nstat_watcher_remove = nstat_userland_tcp_remove_watcher; in nstat_init_userland_tcp_provider()
2992 nstat_userland_udp_provider.nstat_watcher_remove = nstat_userland_udp_remove_watcher; in nstat_init_userland_udp_provider()
3011 nstat_userland_quic_provider.nstat_watcher_remove = nstat_userland_quic_remove_watcher; in nstat_init_userland_quic_provider()
3662 nstat_userland_conn_provider.nstat_watcher_remove = nstat_userland_conn_remove_watcher; in nstat_init_userland_conn_provider()
3681 nstat_udp_subflow_provider.nstat_watcher_remove = nstat_udp_subflow_remove_watcher; in nstat_init_udp_subflow_provider()
4477 nstat_ifnet_provider.nstat_watcher_remove = NULL; in nstat_init_ifnet_provider()
[all …]