Lines Matching refs:timeout_next
594 thead->tail->timeout_next = flow->hdr; in flowacct_update_flows_tbl()
608 } else if ((flow->hdr->timeout_next != NULL) || in flowacct_update_flows_tbl()
612 thead->head->timeout_next->timeout_prev = NULL; in flowacct_update_flows_tbl()
613 thead->head = thead->head->timeout_next; in flowacct_update_flows_tbl()
614 flow->hdr->timeout_next = NULL; in flowacct_update_flows_tbl()
615 thead->tail->timeout_next = flow->hdr; in flowacct_update_flows_tbl()
619 flow->hdr->timeout_prev->timeout_next = in flowacct_update_flows_tbl()
620 flow->hdr->timeout_next; in flowacct_update_flows_tbl()
621 flow->hdr->timeout_next->timeout_prev = in flowacct_update_flows_tbl()
623 flow->hdr->timeout_next = NULL; in flowacct_update_flows_tbl()
624 thead->tail->timeout_next = flow->hdr; in flowacct_update_flows_tbl()
762 next_fl_hdr = fl_hdr->timeout_next; in flowacct_timer()
836 fl_hdr->timeout_prev->timeout_next = in flowacct_timer()
837 fl_hdr->timeout_next; in flowacct_timer()
839 thead->head = fl_hdr->timeout_next; in flowacct_timer()
841 if (fl_hdr->timeout_next != NULL) { in flowacct_timer()
842 fl_hdr->timeout_next->timeout_prev = in flowacct_timer()
848 fl_hdr->timeout_next = NULL; in flowacct_timer()