Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/lldbmacros/
H A Dntstat.py313 out_string += GetNstatTUShadowBrief(src.nts_cookie);
316 out_string += GetNstatGenericShadowBrief(src.nts_cookie);
319 out_string += GetNstatTULocusBrief(src.nts_cookie);
/xnu-12377.61.12/bsd/net/
H A Dntstat.c582 nstat_provider_cookie_t nts_cookie; // Provider-specific futher information, member
1150 sp->nstat_cookie_equal(src->nts_cookie, cookie)) { in nstat_client_sanitize_cookie()
2233 assert(sol == (struct nstat_sock_locus *)src->nts_cookie); in nstat_pcb_detach()
2285 assert(sol == (struct nstat_sock_locus *)src->nts_cookie); in nstat_pcb_event()
2293 (nstat_tcpudp_reporting_allowed(src->nts_cookie, filter, isUDP))) { in nstat_pcb_event()
3551 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_close()
3598 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_event_locked()
3634 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in ntstat_userland_stats_event()
3673 assert(shad == (struct nstat_tu_shadow *)src->nts_cookie); in nstats_userland_stats_defunct_for_process()
4188 assert(gshad == (struct nstat_generic_shadow *)src->nts_cookie); in nstat_provider_stats_close()
[all …]