Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c595 flow->hdr->timeout_prev = thead->tail; in flowacct_update_flows_tbl()
609 (flow->hdr->timeout_prev != NULL)) { in flowacct_update_flows_tbl()
616 flow->hdr->timeout_prev = thead->tail; 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()
842 fl_hdr->timeout_next->timeout_prev = in flowacct_timer()
843 fl_hdr->timeout_prev; in flowacct_timer()
845 thead->tail = fl_hdr->timeout_prev; in flowacct_timer()
[all …]
H A Dflowacct_impl.h87 struct list_hdr_s *timeout_prev; member