soqhead            38 sys/socketvar.h TAILQ_HEAD(soqhead, socket);
soqhead            65 sys/socketvar.h 	struct	soqhead	*so_onq;	/* queue (q or q0) that we're on */
soqhead            66 sys/socketvar.h 	struct	soqhead	so_q0;		/* queue of partial connections */
soqhead            67 sys/socketvar.h 	struct	soqhead	so_q;		/* queue of incoming connections */