tcp_usrreq.c | 1394 copyout_uid(struct socket *sockp, void *oldp, size_t *oldlenp) 1401 if (sockp->so_cred == NULL) 1404 uid = kauth_cred_geteuid(sockp->so_cred); 1420 struct socket *sockp; local in function:inet4_ident_core 1424 if (inp == NULL || (sockp = inp->inp_socket) == NULL) 1444 return copyout_uid(sockp, oldp, oldlenp); 1455 struct socket *sockp; local in function:inet6_ident_core 1459 if (inp == NULL || (sockp = inp->inp_socket) == NULL) 1479 return copyout_uid(sockp, oldp, oldlenp);
|