Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dcontent_filter.c2289 if (!uuid_is_null(sock->so_ruuid)) { in cfil_ctl_getopt()
2291 memcpy(sock_info->cfs_r_uuid, sock->so_ruuid, sizeof(uuid_t)); in cfil_ctl_getopt()
3256 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_data_event_sign()
3258 memcpy(data.responsible_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign()
3323 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_closed_event_sign()
3325 memcpy(data.responsible_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign()
3485 if (!uuid_is_null(so->so_ruuid)) { in cfil_dispatch_attach_event()
3487 memcpy(msg_attached->cfs_r_uuid, so->so_ruuid, sizeof(uuid_t)); in cfil_dispatch_attach_event()
H A Dntstat.c2103 } else if (!uuid_is_null(so->so_ruuid)) { in nstat_tcp_copy_descriptor()
2104 memcpy(desc->euuid, so->so_ruuid, sizeof(so->so_ruuid)); in nstat_tcp_copy_descriptor()
2490 } else if (!uuid_is_null(so->so_ruuid)) { in nstat_udp_copy_descriptor()
2491 memcpy(desc->euuid, so->so_ruuid, sizeof(so->so_ruuid)); in nstat_udp_copy_descriptor()
H A Dnecp.c9744 existing_mapping = necp_uuid_lookup_app_id_locked(so->so_ruuid); in necp_socket_fillout_info_locked()
10889 …should_report_responsible_pid ? so->so_ruuid : ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->… in necp_socket_find_policy_match()
13121 …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-11417.140.69/bsd/kern/
H A Duipc_socket.c725 uuid_clear(so->so_ruuid); in socreate_internal()
735 proc_getresponsibleuuid(ep, so->so_ruuid, sizeof(so->so_ruuid)); in socreate_internal()
742 proc_getresponsibleuuid(p, so->so_ruuid, sizeof(so->so_ruuid)); in socreate_internal()
8031 proc_getexecutableuuid(rp, so->so_ruuid, sizeof(so->so_ruuid)); in so_set_effective_pid()
8035 uuid_clear(so->so_ruuid); in so_set_effective_pid()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h349 uuid_t so_ruuid; /* UUID of the responsible process */ member
/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.c3992 lookup_uuid = so->so_ruuid; in inp_update_policy()