Home
last modified time | relevance | path

Searched refs:so_ruuid (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dcontent_filter.c2286 if (!uuid_is_null(sock->so_ruuid)) { in cfil_ctl_getopt()
2288 memcpy(sock_info->cfs_r_uuid, sock->so_ruuid, sizeof(uuid_t)); in cfil_ctl_getopt()
3253 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_data_event_sign()
3255 memcpy(data.responsible_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3320 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_closed_event_sign()
3322 memcpy(data.responsible_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
3482 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_attach_event()
3484 memcpy(msg_attached->cfs_r_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_attach_event()
H A Dntstat.c2485 } else if (!uuid_is_null(so->so_ruuid)) { in nstat_tcp_copy_descriptor()
2486 memcpy(desc->euuid, so->so_ruuid, sizeof(so->so_ruuid)); in nstat_tcp_copy_descriptor()
2900 } else if (!uuid_is_null(so->so_ruuid)) { in nstat_udp_copy_descriptor()
2901 memcpy(desc->euuid, so->so_ruuid, sizeof(so->so_ruuid)); in nstat_udp_copy_descriptor()
H A Dnecp.c9836 existing_mapping = necp_uuid_lookup_app_id_locked(so->so_ruuid); in necp_socket_fillout_info_locked()
10987 …should_report_responsible_pid ? so->so_ruuid : ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->… in necp_socket_find_policy_match()
13254 …should_report_responsible_pid ? so->so_ruuid : ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->… in necp_socket_is_allowed_to_send_recv_internal()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c565 uuid_clear(so->so_ruuid); in socreate_internal()
575 proc_getresponsibleuuid(ep, so->so_ruuid, sizeof(so->so_ruuid)); in socreate_internal()
582 proc_getresponsibleuuid(p, so->so_ruuid, sizeof(so->so_ruuid)); in socreate_internal()
7948 proc_getexecutableuuid(rp, so->so_ruuid, sizeof(so->so_ruuid)); in so_set_effective_pid()
7952 uuid_clear(so->so_ruuid); in so_set_effective_pid()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h340 uuid_t so_ruuid; /* UUID of the responsible process */ member
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c3950 lookup_uuid = so->so_ruuid; in inp_update_policy()