Home
last modified time | relevance | path

Searched refs:mac_socket_check_getsockopt (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/security/
H A Dmac_socket.c304 mac_socket_check_getsockopt(kauth_cred_t cred, struct socket *so, in mac_socket_check_getsockopt() function
H A Dmac_framework.h364 int mac_socket_check_getsockopt(kauth_cred_t cred, struct socket *so,
/xnu-11215/bsd/kern/
H A Duipc_syscalls.c3101 if ((error = mac_socket_check_getsockopt(kauth_cred_get(), so, in getsockopt()