Home
last modified time | relevance | path

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

/xnu-8792.81.2/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.h362 int mac_socket_check_getsockopt(kauth_cred_t cred, struct socket *so,
/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c2610 if ((error = mac_socket_check_getsockopt(kauth_cred_get(), so, in getsockopt()