Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/lldbmacros/
H A Dntstat.py97 …rmat(shad, shad.shad_link.tqe_next, shad.shad_link.tqe_prev, shad.shad_provider_context, shad.shad…
221 out_string += format_string.format(shad, shad.shad_provider_context, shad.shad_live)
/xnu-12377.61.12/bsd/net/
H A Dntstat.c3010 userland_stats_provider_context *shad_provider_context; member
3056 …bool result = (*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, out_counts, NULL, … in nstat_userland_tu_counts()
3075 …bool result = (*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, out_details,… in nstat_userland_tu_details()
3097 bool result = (*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, NULL, data); in nstat_userland_tu_copy_descriptor()
3211 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, &ifflags, NULL, NULL, NULL, NULL)) { in nstat_userland_tcp_reporting_allowed()
3220 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, NULL, &tcp_desc)) { in nstat_userland_tcp_reporting_allowed()
3239 return shad->shad_get_extension_fn(shad->shad_provider_context, extension_id, buf, len); in nstat_userland_extensions()
3257 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, &ifflags, NULL, NULL, NULL, NULL)) { in nstat_userland_udp_reporting_allowed()
3265 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, NULL, &udp_desc)) { in nstat_userland_udp_reporting_allowed()
3289 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, &ifflags, NULL, NULL, NULL, NULL)) { in nstat_userland_quic_reporting_allowed()
[all …]