Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.h1116 nstat_tcp_descriptor tcp_desc; member
1168 nstat_tcp_descriptor tcp_desc; member
H A Dntstat.c3219 nstat_tcp_descriptor tcp_desc; // Stack allocation - OK or pushing the limits too far? in nstat_userland_tcp_reporting_allowed() local
3220 if ((*shad->shad_getvals_fn)(shad->shad_provider_context, NULL, NULL, NULL, NULL, &tcp_desc)) { in nstat_userland_tcp_reporting_allowed()
3221 retval = check_reporting_for_user(filter, (pid_t)tcp_desc.pid, (pid_t)tcp_desc.epid, in nstat_userland_tcp_reporting_allowed()
3222 &tcp_desc.uuid, &tcp_desc.euuid); in nstat_userland_tcp_reporting_allowed()