Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dntstat.c436 static errno_t nstat_control_source_add(u_int64_t context, nstat_control_state *state, nstat_provid…
765 result = nstat_control_source_add(0, state, &nstat_route_provider, rt); in nstat_route_walktree_add()
828 if (nstat_control_source_add(0, state, &nstat_route_provider, rt) != 0) { in nstat_route_new_entry()
1489 if (nstat_control_source_add(0, state, &nstat_tcp_provider, in nstat_tcp_add_watcher()
1533 if (nstat_control_source_add(0, state, in nstat_tcp_new_pcb()
2027 if (nstat_control_source_add(0, state, &nstat_udp_provider, in nstat_udp_add_watcher()
2071 if (nstat_control_source_add(0, state, in nstat_udp_new_pcb()
2523 result = nstat_control_source_add(0, state, nstat_provider, shad); in nstat_userland_protocol_add_watcher()
2704 int result = nstat_control_source_add(0, state, provider, shad); in ntstat_userland_stats_open()
3162 result = nstat_control_source_add(0, state, provider, gshad); in nstat_generic_provider_add_watcher()
[all …]