Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_debug.c434 db_printf("so_listen: %p ", so->so_listen); in db_print_socket()
H A Duipc_socket.c1163 so->so_listen = head;
1254 struct socket *head = so->so_listen;
1286 sp->so_listen = NULL;
1610 so->so_listen = NULL;
1961 sp->so_listen = NULL;
4702 struct socket *head = so->so_listen;
4718 if (__predict_false(head != so->so_listen)) {
/freebsd/sys/sys/
H A Dsocketvar.h166 struct socket *so_listen; /* (b) */ member