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;
602 * timeout_next = NULL, timeout_prev != NULL, at the tail end.
603 * timeout_next != NULL, timeout_prev = NULL, at the head.
604 * timeout_next != NULL, timeout_prev != NULL, in the middle.
605 * timeout_next = NULL, timeout_prev = NULL, not in the timeout list,
609 (flow->hdr->timeout_prev != NULL)) {
612 thead->head->timeout_next->timeout_prev = NULL;
616 flow->hdr->timeout_prev = thead->tail;
619 flow->hdr->timeout_prev->timeout_next =
621 flow->hdr->timeout_next->timeout_prev
[all...]
H A Dflowacct_impl.h89 struct list_hdr_s *timeout_prev; member in struct:list_hdr_s

Completed in 45 milliseconds