Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Duipc_socket.c1180 struct accept_queue lqueue; local
1217 TAILQ_INIT(&lqueue);
1220 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
1221 TAILQ_CONCAT(&lqueue, &so->sol_comp, so_list);
1225 TAILQ_FOREACH(sp, &lqueue, so_list) {
1238 TAILQ_FOREACH_SAFE(sp, &lqueue, so_list, tsp) {