so_head           182 kern/uipc_socket.c 	if (so->so_head) {
so_head           101 kern/uipc_socket2.c 	struct socket *head = so->so_head;
so_head           217 kern/uipc_socket2.c 	so->so_head = head;
so_head           233 kern/uipc_socket2.c 	head = so->so_head;
so_head           245 kern/uipc_socket2.c 	so->so_head = NULL;
so_head           212 kern/uipc_syscalls.c 		so->so_head = head;
so_head           595 kern/uipc_usrreq.c 	if (so->so_head) {
so_head            64 sys/socketvar.h 	struct	socket	*so_head;	/* back pointer to accept socket */