Lines Matching refs:timeout_prev
595 flow->hdr->timeout_prev = thead->tail;
602 * timeout_next = NULL, timeout_prev != NULL, at the tail end.
603 * timeout_next != NULL, timeout_prev = NULL, at the head.
604 * timeout_next != NULL, timeout_prev != NULL, in the middle.
605 * timeout_next = NULL, timeout_prev = NULL, not in the timeout list,
609 (flow->hdr->timeout_prev != NULL)) {
612 thead->head->timeout_next->timeout_prev = NULL;
616 flow->hdr->timeout_prev = thead->tail;
619 flow->hdr->timeout_prev->timeout_next =
621 flow->hdr->timeout_next->timeout_prev =
622 flow->hdr->timeout_prev;
625 flow->hdr->timeout_prev = thead->tail;
835 if (fl_hdr->timeout_prev != NULL) {
836 fl_hdr->timeout_prev->timeout_next =
842 fl_hdr->timeout_next->timeout_prev =
843 fl_hdr->timeout_prev;
845 thead->tail = fl_hdr->timeout_prev;
847 fl_hdr->timeout_prev = NULL;