Searched refs:so_incomp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c241 TAILQ_REMOVE(&head->so_incomp, so, so_list);
252 KASSERT((TAILQ_EMPTY(&so->so_incomp)), ("sofree: so_comp populated"));
414 TAILQ_REMOVE(&head->so_incomp, so, so_list);
518 sp = TAILQ_FIRST(&head->so_incomp);
519 TAILQ_REMOVE(&head->so_incomp, sp, so_list);
527 TAILQ_INSERT_TAIL(&head->so_incomp, so, so_list);
1195 * so_incomp represents a queue of connections that
1201 TAILQ_INIT(&so->so_incomp);
1275 TAILQ_INIT(&so->so_incomp);
H A Duser_socketvar.h138 * For head socket so_incomp queues partially completed connections,
141 * it has to be pulled out of either so_incomp or so_comp.
146 TAILQ_HEAD(, socket) so_incomp; /* (e) queue of partial unaccepted connections */ member in struct:socket

Completed in 96 milliseconds