Lines Matching refs:newsock
770 struct socket *newsock;
788 result = kernel_accept(con->sock, &newsock, O_NONBLOCK);
794 len = newsock->ops->getname(newsock, (struct sockaddr *)&peeraddr, 2);
807 sock_release(newsock);
813 sock_set_mark(newsock->sk, mark);
866 add_sock(newsock, othercon);
875 add_sock(newsock, newcon);
894 if (newsock)
895 sock_release(newsock);