Searched refs:fl_hdr (Results 1 – 1 of 1) sorted by relevance
734 list_hdr_t *fl_hdr, *next_fl_hdr; in flowacct_timer() local758 fl_hdr = thead->head; in flowacct_timer()759 while (fl_hdr != NULL) { in flowacct_timer()762 next_fl_hdr = fl_hdr->timeout_next; in flowacct_timer()763 flow = (flow_t *)fl_hdr->objp; in flowacct_timer()768 FLOWACCT_DELTA(now, fl_hdr->last_seen, diff); in flowacct_timer()835 if (fl_hdr->timeout_prev != NULL) { 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()[all …]