list_hdr_t
list_hdr_t *hdr = flowacct_data->flows_tbl[index].head;
static list_hdr_t *
flowacct_add_obj(list_head_t *tophdr, list_hdr_t *insert_point, void *obj)
list_hdr_t *new_hdr;
return ((list_hdr_t *)NULL);
new_hdr = (list_hdr_t *)kmem_zalloc(FLOWACCT_HDR_SZ, KM_NOSLEEP);
return ((list_hdr_t *)NULL);
flowacct_del_obj(list_head_t *tophdr, list_hdr_t *hdr, uint_t mode)
list_hdr_t *itemhdr;
flowacct_timeout_item(flow_t **flow, list_hdr_t **item_hdr)
list_hdr_t *next_it_hdr;
flowacct_create_record(flow_t *flow, list_hdr_t *ithdr)
list_hdr_t *fl_hdr, *next_fl_hdr;
list_hdr_t *ithdr = (list_hdr_t *)NULL;
list_hdr_t *hdr;
list_hdr_t *hdr;
#define FLOWACCT_HDR_SZ sizeof (list_hdr_t)
list_hdr_t *head;
list_hdr_t *tail;