Searched refs:NewSock (Results 1 – 1 of 1) sorted by relevance
46 struct socket *NewSock; in AcceptConnections() local74 NewSock = sock_alloc(); in AcceptConnections()75 if (NewSock==NULL) in AcceptConnections()79 NewSock->type = Socket->type; in AcceptConnections()80 NewSock->ops = Socket->ops; in AcceptConnections()83 error = Socket->ops->accept(Socket,NewSock,O_NONBLOCK); in AcceptConnections()88 sock_release(NewSock); in AcceptConnections()92 if (NewSock->sk->state==TCP_CLOSE) in AcceptConnections()94 sock_release(NewSock); in AcceptConnections()103 Send50x(NewSock); /* Service not available. Try again later */ in AcceptConnections()[all …]