Searched refs:timeout_prev (Results 1 – 2 of 2) sorted by relevance
595 flow->hdr->timeout_prev = thead->tail; in flowacct_update_flows_tbl()609 (flow->hdr->timeout_prev != NULL)) { in flowacct_update_flows_tbl()612 thead->head->timeout_next->timeout_prev = NULL; in flowacct_update_flows_tbl()616 flow->hdr->timeout_prev = thead->tail; in flowacct_update_flows_tbl()619 flow->hdr->timeout_prev->timeout_next = in flowacct_update_flows_tbl()621 flow->hdr->timeout_next->timeout_prev = in flowacct_update_flows_tbl()622 flow->hdr->timeout_prev; in flowacct_update_flows_tbl()625 flow->hdr->timeout_prev = thead->tail; in flowacct_update_flows_tbl()835 if (fl_hdr->timeout_prev != NULL) { in flowacct_timer()836 fl_hdr->timeout_prev->timeout_next = in flowacct_timer()[all …]
89 struct list_hdr_s *timeout_prev; member