SQ_NONE
sp->so_qstate = SQ_NONE;
so->so_qstate = SQ_NONE;
KASSERT(SOLISTENING(so) || so->so_qstate == SQ_NONE,
MPASS(so->so_qstate == SQ_NONE);