Lines Matching refs:newsock
981 struct socket *newsock;
984 result = kernel_accept(listen_con.sock, &newsock, O_NONBLOCK);
992 len = newsock->ops->getname(newsock, (struct sockaddr *)&peeraddr, 2);
1023 sock_release(newsock);
1042 sock_set_mark(newsock->sk, mark);
1068 add_sock(newsock, othercon);
1080 add_sock(newsock, newcon);
1093 if (newsock)
1094 sock_release(newsock);