Home
last modified time | relevance | path

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

/xnu-8796.141.3/tools/lldbmacros/
H A Dntstat.py161 ctrl = kern.globals.nstat_controls
/xnu-8796.141.3/bsd/net/
H A Dntstat.c283 static nstat_control_state *nstat_controls = NULL; variable
854 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_route_new_entry()
1476 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_tcp_new_pcb()
1511 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_pcb_detach()
1554 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_pcb_event()
1593 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_pcb_cache()
1648 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_pcb_invalidate_cache()
2016 for (state = nstat_controls; state; state = state->ncs_next) { in nstat_udp_new_pcb()
2684 for (state = nstat_controls; state; state = state->ncs_next) { in ntstat_userland_stats_open()
2723 for (state = nstat_controls; state; state = state->ncs_next) { in ntstat_userland_stats_close()
[all …]