Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_socket.c1911 struct accept_queue lqueue; local
1949 TAILQ_INIT(&lqueue);
1950 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
1951 TAILQ_CONCAT(&lqueue, &so->sol_comp, so_list);
1955 TAILQ_FOREACH(sp, &lqueue, so_list) {
1969 TAILQ_FOREACH_SAFE(sp, &lqueue, so_list, tsp)