Lines Matching defs:connected
14 * specified an address that they are responsible for) and one for connected
38 * pending socket. When that socket reaches the connected state, it is removed
40 * socket's accept queue. Callers of accept(2) will accept connected sockets
46 * - It is possible that these pending sockets will never reach the connected
53 * function will also cleanup rejected sockets, those that reach the connected
71 * freed. Each entry in a list (such as the "global" bound and connected tables
72 * and the listener socket's pending list and connected queue) ensures a
83 * TCP_ESTABLISHED - connected
145 /* Each bound VSocket is stored in the bind hash table and each connected
146 * VSocket is stored in the connected hash table.
382 void vsock_enqueue_accept(struct sock *listener, struct sock *connected)
388 vconnected = vsock_sk(connected);
390 sock_hold(connected);
517 /* The caller will need a reference on the connected socket so we let
575 /* We need to remove ourself from the global connected sockets list so
928 /* If this is a STREAM socket and it is not connected then bail out
1107 * fall back on the socket's remote handle (if it has been connected).
1336 * enter the connected state. Here we wait for the connection to be
1406 struct sock *connected;
1432 while ((connected = vsock_dequeue_accept(listener)) == NULL &&
1454 if (connected) {
1457 lock_sock_nested(connected, SINGLE_DEPTH_NESTING);
1458 vconnected = vsock_sk(connected);
1471 sock_graft(connected, newsock);
1474 release_sock(connected);
1475 sock_put(connected);
1857 * peer has not connected or a local shutdown occured with the