Home
last modified time | relevance | path

Searched refs:e_uuid (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c713 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 Duipc_socket2.c387 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 Duipc_usrreq.c823 error = sooptcopyout(sopt, &peerso->e_uuid, in uipc_ctloutput()
824 sizeof(peerso->e_uuid)); in uipc_ctloutput()
H A Dsocket_flows.c980 uuid_copy(desc->euuid, so->e_uuid); in soflow_nstat_provider_request_vals()
/xnu-8020.140.41/bsd/netinet/
H A Din_pcb.c1389 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 Dmptcp_subr.c6506 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 Dflow_divert.c1086 } 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 Dsocketvar.h302 uuid_t e_uuid; /* uuid of effective owner */ member
/xnu-8020.140.41/bsd/net/
H A Dcontent_filter.c2238 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 Dntstat.c1765 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 Dif_ports_used.c776 uuid_copy(npi.npi_effective_uuid, so->e_uuid); in if_ports_used_add_inpcb()
H A Dnecp.c8515 …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()