Searched defs:fl_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c734 list_hdr_t *fl_hdr, *next_fl_hdr; local
758 fl_hdr = thead->head;
759 while (fl_hdr != NULL) {
762 next_fl_hdr = fl_hdr->timeout_next;
763 flow = (flow_t *)fl_hdr->objp;
768 FLOWACCT_DELTA(now, fl_hdr->last_seen, diff);
835 if (fl_hdr->timeout_prev != NULL) {
836 fl_hdr->timeout_prev->timeout_next =
837 fl_hdr->timeout_next;
839 thead->head = fl_hdr
[all...]

Completed in 46 milliseconds