Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Duipc_socket.c1879 struct accept_queue lqueue; local
1917 TAILQ_INIT(&lqueue);
1918 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
1919 TAILQ_CONCAT(&lqueue, &so->sol_comp, so_list);
1923 TAILQ_FOREACH(sp, &lqueue, so_list) {
1937 TAILQ_FOREACH_SAFE(sp, &lqueue, so_list, tsp)