Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_socket.c1945 struct accept_queue lqueue; local
1983 TAILQ_INIT(&lqueue);
1984 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
1985 TAILQ_CONCAT(&lqueue, &so->sol_comp, so_list);
1989 TAILQ_FOREACH(sp, &lqueue, so_list) {
2003 TAILQ_FOREACH_SAFE(sp, &lqueue, so_list, tsp)