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

  /src/sys/netinet/
sctp_peeloff.c 182 newso = TAILQ_FIRST(&head->so_q);
  /src/sys/kern/
uipc_socket2.c 118 * - so_q (1) for connections already made and awaiting user acceptance.
123 * socket structure to so_q, making it available to accept().
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
261 * inserted into the so_q queue, SS_ISCONNECTED set and waiters awoken.
396 TAILQ_INIT(&so->so_q);
444 so->so_onq = &head->so_q;
470 if (so->so_onq != &head->so_q)
uipc_socket.c 666 if (TAILQ_EMPTY(&so->so_q))
746 if ((so2 = TAILQ_FIRST(&so->so_q)) != 0) {
uipc_syscalls.c 236 so2 = TAILQ_FIRST(&so->so_q);
uipc_usrreq.c 1783 TAILQ_FOREACH(so1, &so->so_q, so_qe) {
  /src/sys/sys/
socketvar.h 148 * while so_q is a queue of connections ready to be accepted.
150 * it has to be pulled out of either so_q0 or so_q.
157 struct soqhead so_q; /* queue of incoming connections */ member in struct:socket
160 short so_qlen; /* number of connections on so_q */

Completed in 37 milliseconds