Searched refs:so_set_effective_uuid (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ ! |
| H A D | socketvar.h | 1020 extern int so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_c…
|
| /xnu-8019.80.24/bsd/kern/ ! |
| H A D | uipc_socket.c | 5606 error = so_set_effective_uuid(so, euuid, sopt->sopt_p, true); in sosetoptlock() 8064 so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred) in so_set_effective_uuid() function
|
| /xnu-8019.80.24/bsd/netinet/ ! |
| H A D | mptcp_subr.c | 1813 error = so_set_effective_uuid(*so, mpte->mpte_euuid, p, false); in mptcp_subflow_socreate()
|