Searched refs:e_uuid (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_socket.c | 713 proc_getexecutableuuid(ep, so->e_uuid, sizeof(so->e_uuid)); in socreate_internal() 1703 …if (tracker_lookup(so->so_flags & SOF_DELEGATED ? so->e_uuid : so->last_uuid, nam, &metadata) == 0… in soconnectlock() 1822 …if (tracker_lookup(so->so_flags & SOF_DELEGATED ? so->e_uuid : so->last_uuid, dst, &metadata) == 0… in soconnectxlocked() 8006 uuid_clear(so->e_uuid); in so_set_effective_pid() 8011 proc_getexecutableuuid(ep, so->e_uuid, sizeof(so->e_uuid)); in so_set_effective_pid() 8034 uuid_unparse(so->e_uuid, buf); in so_set_effective_pid() 8123 uuid_clear(so->e_uuid); in so_set_effective_uuid() 8133 uuid_copy(so->e_uuid, euuid); in so_set_effective_uuid() 8144 uuid_unparse(so->e_uuid, buf); in so_set_effective_uuid()
|
| H A D | uipc_socket2.c | 387 memcpy(so->e_uuid, head->e_uuid, sizeof(so->e_uuid)); in sonewconn_internal() 2660 uuid_copy(ev_ifdenied.ev_data.euuid, so->e_uuid); in soevent_ifdenied()
|
| H A D | uipc_usrreq.c | 823 error = sooptcopyout(sopt, &peerso->e_uuid, in uipc_ctloutput() 824 sizeof(peerso->e_uuid)); in uipc_ctloutput()
|
| H A D | socket_flows.c | 980 uuid_copy(desc->euuid, so->e_uuid); in soflow_nstat_provider_request_vals()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | in_pcb.c | 1389 uuid_copy(apnfallbk_data.euuid, so->e_uuid); in apn_fallback_trigger() 1931 so->e_uuid); in in_pcbdetach() 3496 uuid_copy(soprocinfo->spi_euuid, so->e_uuid); in inp_get_soprocinfo() 3557 uuid_unparse(so->e_uuid, euuid_buf); in inp_update_cellular_policy() 3602 uuid_unparse(so->e_uuid, euuid_buf); in inp_update_necp_want_app_policy() 3669 lookup_uuid = ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->last_uuid); in inp_update_policy()
|
| H A D | mptcp_subr.c | 6506 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid() 6643 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms() 6652 p = mptcp_find_proc(mp_so->e_uuid); in mptcp_ask_symptoms() 6655 uuid_unparse(mp_so->e_uuid, uuid_string); in mptcp_ask_symptoms() 6666 uuid_copy(ask.uuid, mp_so->e_uuid); in mptcp_ask_symptoms()
|
| H A D | flow_divert.c | 1086 } else if (uuid_compare(proc_executableuuid_addr(real_proc), so->e_uuid)) { in flow_divert_add_all_proc_info() 1087 effective_proc = flow_divert_find_proc_by_uuid(so->e_uuid); in flow_divert_add_all_proc_info()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | socketvar.h | 302 uuid_t e_uuid; /* uuid of effective owner */ member
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | content_filter.c | 2238 memcpy(sock_info->cfs_e_uuid, sock->e_uuid, sizeof(uuid_t)); in cfil_ctl_getopt() 3023 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_data_event_sign() 3078 memcpy(data.effective_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_closed_event_sign() 3190 memcpy(msg_attached.cfs_e_uuid, so->e_uuid, sizeof(uuid_t)); in cfil_dispatch_attach_event() 5567 memcpy(stat.cfs_e_uuid, so->e_uuid, in sysctl_cfil_sock_list()
|
| H A D | ntstat.c | 1765 memcpy(desc->euuid, so->e_uuid, sizeof(so->e_uuid)); in nstat_tcp_copy_descriptor() 1841 (memcmp(filter->npf_uuid, (so->so_flags & SOF_DELEGATED)? so->e_uuid : so->last_uuid, in nstat_tcpudp_reporting_allowed() 2137 memcpy(desc->euuid, so->e_uuid, sizeof(so->e_uuid)); in nstat_udp_copy_descriptor()
|
| H A D | if_ports_used.c | 776 uuid_copy(npi.npi_effective_uuid, so->e_uuid); in if_ports_used_add_inpcb()
|
| H A D | necp.c | 8515 …ng = necp_uuid_lookup_app_id_locked(((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->last_uuid)); in necp_socket_fillout_info_locked() 9374 ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->last_uuid), in necp_socket_find_policy_match() 11229 ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->last_uuid), in necp_socket_is_allowed_to_send_recv_internal()
|