Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_socket.c728 uuid_clear(so->so_ruuid); in socreate_internal()
732 proc_getexecutableuuid(rp, so->so_ruuid, sizeof(so->so_ruuid)); in socreate_internal()
8017 proc_getexecutableuuid(rp, so->so_ruuid, sizeof(so->so_ruuid)); in so_set_effective_pid()
8021 uuid_clear(so->so_ruuid); in so_set_effective_pid()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h305 uuid_t so_ruuid; /* UUID of the responsible process */ member
/xnu-8020.140.41/bsd/netinet/
H A Din_pcb.c3663 lookup_uuid = so->so_ruuid; in inp_update_policy()
/xnu-8020.140.41/bsd/net/
H A Dnecp.c8522 existing_mapping = necp_uuid_lookup_app_id_locked(so->so_ruuid); in necp_socket_fillout_info_locked()