HomeSort by: relevance | last modified time | path
    Searched refs:so_q0 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
uipc_accf.c 247 for (so2 = TAILQ_FIRST(&so->so_q0); so2 != NULL; so2 = next) {
uipc_socket2.c 117 * - so_q0 (0) for partial connections (i.e. connections in progress)
121 * structure queued on so_q0 by calling sonewconn(). When the connection
125 * If a socket is closed with sockets on either so_q0 or so_q, these
157 * o If a socket has connections in progress (so_q, so_q0 not empty) then
192 if (head && so->so_onq == &head->so_q0) {
286 for (so2 = TAILQ_FIRST(&head->so_q0);
395 TAILQ_INIT(&so->so_q0);
441 so->so_onq = &head->so_q0;
466 if (so->so_onq != &head->so_q0)
uipc_usrreq.c 1780 TAILQ_FOREACH(so1, &so->so_q0, so_qe) {
uipc_socket.c 738 if ((so2 = TAILQ_FIRST(&so->so_q0)) != 0) {
  /src/sys/sys/
socketvar.h 147 * For head socket so_q0 queues partially completed connections,
150 * it has to be pulled out of either so_q0 or so_q.
156 struct soqhead so_q0; /* queue of partial connections */ member in struct:socket
159 short so_q0len; /* partials on so_q0 */

Completed in 18 milliseconds