Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c666 flowacct_create_record(flow_t *flow, list_hdr_t *ithdr) in flowacct_create_record() argument
669 flow_item_t *item = (flow_item_t *)ithdr->objp; in flowacct_create_record()
707 (uint64_t)(ulong_t)ithdr->last_seen.tv_sec; in flowacct_create_record()
735 list_hdr_t *ithdr = (list_hdr_t *)NULL; in flowacct_timer() local
781 ithdr = flow->items.head; in flowacct_timer()
782 while (ithdr != NULL) { in flowacct_timer()
783 item = (flow_item_t *)ithdr->objp; in flowacct_timer()
788 tmp_frec = flowacct_create_record(flow, ithdr); in flowacct_timer()
823 flowacct_timeout_item(&flow, &ithdr); in flowacct_timer()