Home
last modified time | relevance | path

Searched refs:so_q (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/kern/
H A Duipc_socket.c155 TAILQ_INIT(&so->so_q); in soalloc()
260 if (TAILQ_FIRST(&so->so_q) == NULL) in solisten()
292 if (so->so_onq == &head->so_q) { in sofree()
446 while ((so2 = TAILQ_FIRST(&so->so_q)) != NULL) { in soclose()
2541 (*pr)("so_q: @%p first: %p\n", &so->so_q, TAILQ_FIRST(&so->so_q)); in so_print()
H A Duipc_socket2.c287 so->so_onq = &head->so_q; in soqinsque()
305 if (so->so_onq != &head->so_q) in soqremque()
H A Duipc_syscalls.c316 so = TAILQ_FIRST(&head->so_q); in doaccept()
/openbsd/sys/sys/
H A Dsocketvar.h83 struct soqhead so_q; /* queue of incoming connections */ member