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