Home
last modified time | relevance | path

Searched refs:check_cred (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h1044 extern int so_set_effective_pid(struct socket *so, int epid, struct proc *p, boolean_t check_cred);
1045 …n int so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c7853 so_set_effective_pid(struct socket *so, int epid, struct proc *p, boolean_t check_cred) in so_set_effective_pid() argument
7880 if (check_cred && (epid != so->last_pid || epid != proc_pid(p))) { in so_set_effective_pid()
7969 so_set_effective_uuid(struct socket *so, uuid_t euuid, struct proc *p, boolean_t check_cred) in so_set_effective_uuid() argument
8000 if (check_cred && in so_set_effective_uuid()