next_seq          151 ompi/mca/pml/ob1/pml_ob1_recvfrag.c         next_seq = ((mca_pml_ob1_recv_frag_t*)(prior->super.super.opal_list_next))->hdr.hdr_match.hdr_seq;
next_seq          153 ompi/mca/pml/ob1/pml_ob1_recvfrag.c         while( (hdr->hdr_seq > prior_seq) && (hdr->hdr_seq > next_seq) && (prior_seq < next_seq) ) {
next_seq          154 ompi/mca/pml/ob1/pml_ob1_recvfrag.c             prior_seq = next_seq;
next_seq          156 ompi/mca/pml/ob1/pml_ob1_recvfrag.c             next_seq = ((mca_pml_ob1_recv_frag_t*)(prior->super.super.opal_list_next))->hdr.hdr_match.hdr_seq;