Searched refs:newsock (Results 1 – 2 of 2) sorted by relevance
1373 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept() argument1375 return call_int_hook(socket_accept, 0, sock, newsock); in security_socket_accept()
4616 static int selinux_socket_accept(struct socket *sock, struct socket *newsock) in selinux_socket_accept() argument4634 newisec = inode_security_novalidate(SOCK_INODE(newsock)); in selinux_socket_accept()