Home
last modified time | relevance | path

Searched refs:fl_hdr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c734 list_hdr_t *fl_hdr, *next_fl_hdr; in flowacct_timer() local
758 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 …]