Lines Matching refs:lrh_prev
347 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL;
353 dequeue_datagram(lrh, lrh_prev);
356 lrh_prev = lrh;
678 struct lowpan6_reass_helper *lrh, *lrh_next, *lrh_prev = NULL;
721 dequeue_datagram(lrh, lrh_prev);
724 lrh_prev = lrh;
769 for (lrh = lowpan6_data.reass_list; lrh != NULL; lrh_prev = lrh, lrh = lrh->next_packet) {
788 dequeue_datagram(lrh, lrh_prev);
806 dequeue_datagram(lrh, lrh_prev);
815 dequeue_datagram(lrh, lrh_prev);
859 dequeue_datagram(lrh, lrh_prev);