Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.h1126 nstat_quic_descriptor quic_desc; member
1178 nstat_quic_descriptor quic_desc; member
H A Dntstat.c3296 nstat_quic_descriptor quic_desc; // Stack allocation - OK or pushing the limits too far? in nstat_userland_quic_reporting_allowed() local
3297 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, NULL, &quic_desc)) { in nstat_userland_quic_reporting_allowed()
3298 retval = check_reporting_for_user(filter, (pid_t)quic_desc.pid, (pid_t)quic_desc.epid, in nstat_userland_quic_reporting_allowed()
3299 &quic_desc.uuid, &quic_desc.euuid); in nstat_userland_quic_reporting_allowed()